diff options
author | 2005-08-24 14:05:02 +0000 | |
---|---|---|
committer | 2005-08-24 14:05:02 +0000 | |
commit | cb912367e362988a75fdb71b369c18a828bee5f8 (patch) | |
tree | c7bd297f6d532af61516d7121e4a817959ecb820 /app-forensics | |
parent | Stable on sparc (diff) | |
download | historical-cb912367e362988a75fdb71b369c18a828bee5f8.tar.gz historical-cb912367e362988a75fdb71b369c18a828bee5f8.tar.bz2 historical-cb912367e362988a75fdb71b369c18a828bee5f8.zip |
Changed root:root -> root:0 permissions and made sharutils and coreutils conditional to GNU userland.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/air/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/air/Manifest | 18 | ||||
-rw-r--r-- | app-forensics/air/air-1.2.7.ebuild | 8 |
3 files changed, 23 insertions, 9 deletions
diff --git a/app-forensics/air/ChangeLog b/app-forensics/air/ChangeLog index 6444380b352f..fb66132259e0 100644 --- a/app-forensics/air/ChangeLog +++ b/app-forensics/air/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/air # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.12 2005/03/27 00:47:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.13 2005/08/24 14:05:02 flameeyes Exp $ + + 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> air-1.2.7.ebuild: + Changed root:root -> root:0 permissions and made sharutils and coreutils + conditional to GNU userland. 27 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> air-1.2.7.ebuild: Stable on ppc. diff --git a/app-forensics/air/Manifest b/app-forensics/air/Manifest index c732ace8da74..10f4e40cacbb 100644 --- a/app-forensics/air/Manifest +++ b/app-forensics/air/Manifest @@ -1,8 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 54b325bcd715e9b14f98136e4ef898ae ChangeLog 2887 +MD5 ef52314f83a8979fd3a5bc56416ceaa6 air-1.2.7.ebuild 1587 MD5 20ee07270b7eadc3659cd96a982e460f metadata.xml 230 -MD5 9875f13e627c8135260893f9d0284a9f ChangeLog 2706 -MD5 25baf6b4332bedabbe67dada4533e173 air-1.2.7.ebuild 1551 MD5 122efd889cf876d7e2e22dc0453465d6 air-1.2.5-r1.ebuild 1657 MD5 bfd76b7961c82552945d6ccffffd28dc files/air-1.2.5-r1-installfix.patch 9411 -MD5 b79d011ebc05acba20817235893211cd files/air-1.2.5-installfix.patch 6415 -MD5 119062acfec408661f896f96cd7c325c files/digest-air-1.2.5-r1 60 MD5 e57a11971a8230ba7ec6c7efa082fd93 files/digest-air-1.2.7 60 +MD5 119062acfec408661f896f96cd7c325c files/digest-air-1.2.5-r1 60 +MD5 b79d011ebc05acba20817235893211cd files/air-1.2.5-installfix.patch 6415 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDDH6oj5H05b2HAEkRAucUAKCIicV4Ph2/+MhjZ5hLFbPf0VY8sQCfZg0w +J0HiIujM4BBT1V6fAwAVRp0= +=Ernw +-----END PGP SIGNATURE----- diff --git a/app-forensics/air/air-1.2.7.ebuild b/app-forensics/air/air-1.2.7.ebuild index 523fdc27bd4f..fd5f9e46e2ee 100644 --- a/app-forensics/air/air-1.2.7.ebuild +++ b/app-forensics/air/air-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.4 2005/03/27 00:47:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.5 2005/08/24 14:05:02 flameeyes Exp $ DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" @@ -12,13 +12,13 @@ KEYWORDS="x86 ppc" IUSE="" DEPEND=">=dev-perl/perl-tk-804.027 - app-arch/sharutils + userland_GNU? ( app-arch/sharutils ) sys-apps/sed dev-lang/perl" RDEPEND="app-arch/mt-st dev-lang/perl - sys-apps/coreutils" + userland_GNU? ( sys-apps/coreutils )" src_compile() { einfo "nothing to compile" @@ -40,7 +40,7 @@ src_install() { rm ${D}/usr/bin/split - chown -R root:root ${D} + chown -R root:0 ${D} fowners root:users /usr/share/air/logs fperms ug+rwx /usr/share/air/logs if [ -p ${D}usr/share/air/air-fifo ]; then |