diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-admin/petrovich | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-admin/petrovich')
| -rw-r--r-- | app-admin/petrovich/Manifest | 1 | ||||
| -rw-r--r-- | app-admin/petrovich/files/petrovich-1.0.0-gentoo.diff | 32 | ||||
| -rw-r--r-- | app-admin/petrovich/files/petrovich.conf | 6 | ||||
| -rw-r--r-- | app-admin/petrovich/metadata.xml | 5 | ||||
| -rw-r--r-- | app-admin/petrovich/petrovich-1.0.0-r2.ebuild | 29 |
5 files changed, 0 insertions, 73 deletions
diff --git a/app-admin/petrovich/Manifest b/app-admin/petrovich/Manifest deleted file mode 100644 index ca355929b686..000000000000 --- a/app-admin/petrovich/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST petrovich-1.0.0.tar.gz 17844 BLAKE2B 31815188d72656c0dcb4a49f7c1511213ebaf049c2f3961e6aa0ce8ba74f7705b38b414745a73b9c78f05b6e164940e6eea92a8f885b96ad1afbe0f811411734 SHA512 5f30cffffba670ee6c6b53b93427f380c389ba60ee5717cb6ac632aacbd81fba514c0843db4d8e093e164fd8cf275f280a9da5a184b27c077789f2e359b05b5d diff --git a/app-admin/petrovich/files/petrovich-1.0.0-gentoo.diff b/app-admin/petrovich/files/petrovich-1.0.0-gentoo.diff deleted file mode 100644 index 9dd32968b249..000000000000 --- a/app-admin/petrovich/files/petrovich-1.0.0-gentoo.diff +++ /dev/null @@ -1,32 +0,0 @@ -diff -r -C2 petrovich.orig/petrovich.pl petrovich/petrovich.pl -*** a/petrovich.pl Mon Jul 16 12:34:55 2001 ---- b/petrovich.pl Sun Aug 5 22:22:54 2001 -*************** -*** 278,285 **** -
- # undef $db_hash_verifier; # for now cuz it's not working
-! $config_file = "petrovich.conf" unless defined($config_file);
- $hash_type = "md5" unless defined($hash_type);
- @stuff = ("filename", "mode","uid","gid","size","mtime","ctime","$hash_type");
-! $db_file = "petrovich.db" unless defined($db_file);
-
- # if running under windows lowercase everything
---- 278,285 ---- -
- # undef $db_hash_verifier; # for now cuz it's not working
-! $config_file = "/etc/petrovich.conf" unless defined($config_file);
- $hash_type = "md5" unless defined($hash_type);
- @stuff = ("filename", "mode","uid","gid","size","mtime","ctime","$hash_type");
-! $db_file = "/var/db/petrovich/petrovich.db" unless defined($db_file);
-
- # if running under windows lowercase everything
-*************** -*** 324,326 **** - }
-
-! } -\ No newline at end of file ---- 324,326 ---- - }
-
-! }
diff --git a/app-admin/petrovich/files/petrovich.conf b/app-admin/petrovich/files/petrovich.conf deleted file mode 100644 index 03da7c1535fa..000000000000 --- a/app-admin/petrovich/files/petrovich.conf +++ /dev/null @@ -1,6 +0,0 @@ -# petrovich.conf -# to include directories to be checked include a line like the following: -# +/sbin -# -# to exclude directories -# -/var diff --git a/app-admin/petrovich/metadata.xml b/app-admin/petrovich/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-admin/petrovich/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild deleted file mode 100644 index 67a1db13b03f..000000000000 --- a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Filesystem Integrity Checker" -HOMEPAGE="https://sourceforge.net/projects/petrovich" -SRC_URI="https://downloads.sourceforge.net/petrovich/${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" - -RDEPEND="virtual/perl-Digest-MD5" - -PATCHES=( "${FILESDIR}/${P}-gentoo.diff" ) -HTML_DOCS=( CHANGES.HTML LICENSE.HTML README.HTML TODO.HTML USAGE.HTML ) - -src_install() { - dosbin "${PN}.pl" - - insinto /etc - doins "${FILESDIR}/${PN}.conf" - - dodir "/var/db/${PN}" - - einstalldocs -} |
