diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-08 12:47:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-08 12:47:45 +0000 |
commit | 73b8cf38a6463a2e12c85cd732b52e315efc2544 (patch) | |
tree | 6d3388d46c104dea330ac5d25af8dec90842c99d /sys-libs | |
parent | stable ver bump (diff) | |
download | historical-73b8cf38a6463a2e12c85cd732b52e315efc2544.tar.gz historical-73b8cf38a6463a2e12c85cd732b52e315efc2544.tar.bz2 historical-73b8cf38a6463a2e12c85cd732b52e315efc2544.zip |
repoman violations, except for metadata.xml
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.0-r2.ebuild | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest index cd310d02bedb..72158525c776 100644 --- a/sys-libs/lib-compat/Manifest +++ b/sys-libs/lib-compat/Manifest @@ -1,5 +1,5 @@ MD5 2110f35db3360ac48659eb675f6d1213 lib-compat-1.1.ebuild 591 -MD5 4ec3d622234061dc7ef7e00bd831aac1 lib-compat-1.0-r2.ebuild 661 +MD5 36513f0a5380c83aa9c44831dc451f7c lib-compat-1.0-r2.ebuild 634 MD5 f1e8dcdbb7f98a338ef5dccb13431903 lib-compat-1.2.ebuild 573 MD5 db3ab184eb04491f253d824507e7f6e5 ChangeLog 2010 MD5 27b24c4f74408f3ae0f5f8e101a5fbdd files/digest-lib-compat-1.0-r2 62 diff --git a/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild b/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild index 7e2125e71e15..6b3b08354c6a 100644 --- a/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild,v 1.16 2003/06/22 05:10:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild,v 1.17 2003/09/08 12:47:44 seemant Exp $ IUSE="" @@ -16,16 +16,16 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack () { - mkdir ${S} - cd ${S} - unpack ${A} + mkdir ${S} + cd ${S} + unpack ${A} } src_install() { - use x86 && { - into /usr - dolib.so *.so* - preplib /usr - } + use x86 && { + into /usr + dolib.so *.so* + preplib /usr + } } |