diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-09-23 05:47:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-09-23 05:47:31 +0000 |
commit | c2bfc6f66ac7ee03d0f8d671029084415a4cf78b (patch) | |
tree | fd4c17b5fa79a3831ee47597dafb3a72d162ef63 /sys-apps/miscfiles | |
parent | Initial commit of cascading profiles for mips (untested, possible bugs). (diff) | |
download | historical-c2bfc6f66ac7ee03d0f8d671029084415a4cf78b.tar.gz historical-c2bfc6f66ac7ee03d0f8d671029084415a4cf78b.tar.bz2 historical-c2bfc6f66ac7ee03d0f8d671029084415a4cf78b.zip |
libc is NOT needed, come on people, this only installs textfiles...
Diffstat (limited to 'sys-apps/miscfiles')
-rw-r--r-- | sys-apps/miscfiles/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/miscfiles/Manifest | 15 | ||||
-rw-r--r-- | sys-apps/miscfiles/miscfiles-1.3-r1.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/sys-apps/miscfiles/ChangeLog b/sys-apps/miscfiles/ChangeLog index 23dd4c1006d8..e745c5502620 100644 --- a/sys-apps/miscfiles/ChangeLog +++ b/sys-apps/miscfiles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/miscfiles # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/ChangeLog,v 1.18 2004/06/24 22:17:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/ChangeLog,v 1.19 2004/09/23 05:47:31 robbat2 Exp $ + + 22 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> miscfiles-1.3-r1.ebuild: + libc is NOT needed, come on people, this only installs textfiles... 21 Jun 2004; <solar@gentoo.org> miscfiles-1.2-r1.ebuild, miscfiles-1.3-r1.ebuild, miscfiles-1.3.ebuild: diff --git a/sys-apps/miscfiles/Manifest b/sys-apps/miscfiles/Manifest index 8c4646c9750d..28f02f3234ab 100644 --- a/sys-apps/miscfiles/Manifest +++ b/sys-apps/miscfiles/Manifest @@ -1,16 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d413c123214882251ee100777dee3259 ChangeLog 2643 +MD5 d15c47af294e74dbed673045ec1959c8 miscfiles-1.3-r1.ebuild 1061 +MD5 32ab268355c2947e88552c49afc0a3cd ChangeLog 2791 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 9b6744ba516a768aa6caf2c0fffd55b2 miscfiles-1.3-r1.ebuild 1063 -MD5 f4085cc5ea37dfbbe329ec7e3784cc9d files/digest-miscfiles-1.3-r1 66 MD5 ec9de3db6293b9d8525a93a994a31c65 files/miscfiles-1.3-Makefile.diff 637 MD5 9ca20c5ad8736bbbf7c38e651604a913 files/tasks.info.diff 317 +MD5 f4085cc5ea37dfbbe329ec7e3784cc9d files/digest-miscfiles-1.3-r1 66 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) +Version: GnuPG v1.2.5 (GNU/Linux) +Comment: .//Manifest 1095918457 -iD8DBQFA4isZHTu7gpaalycRAoYHAJ9niiP15UQzKyGndJcjJKXZKoHHVgCeMtBQ -WryI0QToxj9hFIjh9IQoJwA= -=PNbd +iD8DBQFBUmODPpIsIjIzwiwRAi+sAKCLQ2s0g/rO4z3VHuu8cI3wVkh+NQCePSxJ +JyoeqX9YoeHJjpX6vQozThg= +=8Ni2 -----END PGP SIGNATURE----- diff --git a/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild b/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild index f1ea6bb46d73..0b4f4786e14d 100644 --- a/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild +++ b/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild,v 1.11 2004/06/30 02:52:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild,v 1.12 2004/09/23 05:47:31 robbat2 Exp $ inherit eutils @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="uclibc" -DEPEND="virtual/libc - uclibc? ( app-arch/gzip )" +DEPEND="uclibc? ( app-arch/gzip )" +RDEPEND="" src_unpack() { unpack ${A} |