diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-30 15:14:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-30 15:14:00 +0000 |
commit | 0bea3e07db119d3172995b130e9fdfe07b36f83c (patch) | |
tree | 3d0df919f6a2a1b2ad6594b111d9dc4156166e4a /sys-fs/static-dev | |
parent | Version bump. (diff) | |
download | historical-0bea3e07db119d3172995b130e9fdfe07b36f83c.tar.gz historical-0bea3e07db119d3172995b130e9fdfe07b36f83c.tar.bz2 historical-0bea3e07db119d3172995b130e9fdfe07b36f83c.zip |
dont depend on virtual/baselayout
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'sys-fs/static-dev')
-rw-r--r-- | sys-fs/static-dev/Manifest | 12 | ||||
-rw-r--r-- | sys-fs/static-dev/static-dev-0.1.ebuild | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/sys-fs/static-dev/Manifest b/sys-fs/static-dev/Manifest index ed8ecf1e84f1..af15e39cfb1c 100644 --- a/sys-fs/static-dev/Manifest +++ b/sys-fs/static-dev/Manifest @@ -1,3 +1,13 @@ -EBUILD static-dev-0.1.ebuild 1727 RMD160 9fa544f5e675f4c96813370a737472142298fb30 SHA1 5d633ca2960550b491a2cdbd09c4d8ede368afe4 SHA256 37bb4a434fcda96fd3c698a4cd1e8015684276d00bc1b51e9a24a84e2d997eb7 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +EBUILD static-dev-0.1.ebuild 1689 RMD160 3ac847fe86501d06162dae24ba286d0e956bf754 SHA1 69f3cba12db54935252ac499a1c115c2fbb42da2 SHA256 17ec8375bb7d7bc0488bff3964a98016294135f13465ec24610f24e0d6808813 MISC ChangeLog 1274 RMD160 0b7b2b75e5751695e76b177af2d0ca4301b4a22b SHA1 9fd5580bd459c5b32d71bf974b7f9dcb4e5767e0 SHA256 07c3822fe79ca0bf490db0bde106618885660f4f34fba92337abe1cb58c9a0be MISC metadata.xml 164 RMD160 f43cbec30b7074319087c9acffdb9354b17b0db3 SHA1 9c213f5803676c56439df3716be07d6692588856 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.7 (GNU/Linux) + +iD8DBQFH768Tj9hvisErhMIRAihrAJ9YO1VrwO3uunD09hChie1upi53rACfT8Sm +nZYFVETsqGxNfhhW6XrjMFo= +=xubl +-----END PGP SIGNATURE----- diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild b/sys-fs/static-dev/static-dev-0.1.ebuild index d37cf0dc7915..e0e23bdd3085 100644 --- a/sys-fs/static-dev/static-dev-0.1.ebuild +++ b/sys-fs/static-dev/static-dev-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.9 2007/10/01 01:48:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.10 2008/03/30 15:14:00 vapier Exp $ inherit toolchain-funcs @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="" -RDEPEND="virtual/baselayout" PROVIDE="virtual/dev-manager" pkg_preinst() { |