diff options
author | 2005-07-17 11:17:54 +0000 | |
---|---|---|
committer | 2005-07-17 11:17:54 +0000 | |
commit | b32434129617a1dfcf12722d3f4a0980eea6fd5f (patch) | |
tree | b45f371a1e05665a08f0ff0a70915f153e5b91fb /sys-apps/file | |
parent | Workaround for bug #90236 in 2.3.5. Bump of infopages in 2.3.5-r1. (diff) | |
download | historical-b32434129617a1dfcf12722d3f4a0980eea6fd5f.tar.gz historical-b32434129617a1dfcf12722d3f4a0980eea6fd5f.tar.bz2 historical-b32434129617a1dfcf12722d3f4a0980eea6fd5f.zip |
stabilize
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/file/file-4.13.ebuild | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest index 54428d8bd904..63142e845d6b 100644 --- a/sys-apps/file/Manifest +++ b/sys-apps/file/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 c6073a11ea3fcb5cc0d1625a54aad8d4 file-4.12.ebuild 2081 MD5 a0d0a5452082fac452dbe25d1f40435b file-4.13.ebuild 2299 @@ -9,3 +12,10 @@ MD5 7a96e5548d52493366ab39f1c6ae9237 files/file-4.13-ia64.patch 530 MD5 d336b3490362624aec2e30679c44a198 files/digest-file-4.12 61 MD5 f0f2d2181cac822f0c4d4675fb1ff38c files/cracklib.magic 360 MD5 66df8eecd30769daeb3f643dc6432db3 files/file-4.xx-mips-gentoo.patch 5578 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC2j52gIKl8Uu19MoRAqqdAJ9S7mJQlXuShl2jLpslgBWsXwQrQACfeC+u +iMQQZR4mUhEa9pd5NiTTFUs= +=HvPM +-----END PGP SIGNATURE----- diff --git a/sys-apps/file/file-4.13.ebuild b/sys-apps/file/file-4.13.ebuild index 2328f7cb1caf..371cc529abc6 100644 --- a/sys-apps/file/file-4.13.ebuild +++ b/sys-apps/file/file-4.13.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/sys-apps/file/file-4.13.ebuild,v 1.4 2005/05/21 05:48:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.13.ebuild,v 1.5 2005/07/17 11:17:54 vapier Exp $ inherit flag-o-matic eutils distutils libtool toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="python build" DEPEND="!build? ( python? ( virtual/python ) )" |