diff options
author | Brian Harring <ferringb@gentoo.org> | 2012-05-20 12:22:03 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2012-05-20 12:22:03 +0000 |
commit | dff6c7d2aaf02261d353102ac7cc76022d51cec6 (patch) | |
tree | dc2255de3d7546e4d9de591398aae95e9532938e /sys-libs/lib-compat | |
parent | Drop non-core test dependency: dev-perl/locale-maketext-lexicon (diff) | |
download | gentoo-2-dff6c7d2aaf02261d353102ac7cc76022d51cec6.tar.gz gentoo-2-dff6c7d2aaf02261d353102ac7cc76022d51cec6.tar.bz2 gentoo-2-dff6c7d2aaf02261d353102ac7cc76022d51cec6.zip |
remove unecessary (and pms violating) preplib calls
(Portage version: 2.1.10.52/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r-- | sys-libs/lib-compat/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.1.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sys-libs/lib-compat/ChangeLog b/sys-libs/lib-compat/ChangeLog index 35f232997e53..9bc8110e0ef7 100644 --- a/sys-libs/lib-compat/ChangeLog +++ b/sys-libs/lib-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/lib-compat -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.33 2011/03/25 09:45:35 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.34 2012/05/20 12:22:03 ferringb Exp $ + + 20 May 2012; Brian Harring <ferringb@gentoo.org> lib-compat-1.4.ebuild, + lib-compat-1.4.1.ebuild: + Remove unnecessary (and PMS violating) preplib calls. 25 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> lib-compat-1.4.ebuild, lib-compat-1.4.1.ebuild, lib-compat-1.4.2.ebuild: diff --git a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild index b740e356695f..170db89be611 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.1.ebuild,v 1.8 2011/03/25 09:45:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.1.ebuild,v 1.9 2012/05/20 12:22:03 ferringb Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -37,5 +37,4 @@ src_install() { fi into /usr dolib.so *.so* - preplib /usr } diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild index 7307e498308a..afacfb0f5745 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.11 2011/03/25 09:45:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.12 2012/05/20 12:22:03 ferringb Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -38,5 +38,4 @@ src_install() { fi into /usr dolib.so *.so* - preplib /usr } |