diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-04-26 17:40:04 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-04-26 17:40:04 +0000 |
commit | 78cb1e8986148865b65b7706df187ecd0c28b446 (patch) | |
tree | cc783f9ba9ac1dc1c4d9bb0b4f648df017d03f99 /dev-libs/libgpg-error | |
parent | ppc stable wrt bug #547274 (diff) | |
download | gentoo-2-78cb1e8986148865b65b7706df187ecd0c28b446.tar.gz gentoo-2-78cb1e8986148865b65b7706df187ecd0c28b446.tar.bz2 gentoo-2-78cb1e8986148865b65b7706df187ecd0c28b446.zip |
Cleanup
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r-- | dev-libs/libgpg-error/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild | 55 | ||||
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.12.ebuild | 37 |
3 files changed, 5 insertions, 93 deletions
diff --git a/dev-libs/libgpg-error/ChangeLog b/dev-libs/libgpg-error/ChangeLog index a320af87cba9..230da55690ce 100644 --- a/dev-libs/libgpg-error/ChangeLog +++ b/dev-libs/libgpg-error/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgpg-error # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.122 2015/04/26 16:57:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.123 2015/04/26 17:40:04 alonbl Exp $ + + 26 Apr 2015; Alon Bar-Lev <alonbl@gentoo.org> -libgpg-error-1.12-r1.ebuild, + -libgpg-error-1.12.ebuild: + Cleanup 26 Apr 2015; Jeroen Roovers <jer@gentoo.org> libgpg-error-1.13.ebuild: Stable for PPC64 (bug #519432). diff --git a/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild deleted file mode 100644 index ba71b64bc654..000000000000 --- a/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v 1.4 2014/06/18 19:14:39 mgorny Exp $ - -EAPI=5 - -inherit eutils libtool multilib-minimal - -DESCRIPTION="Contains error handling functions used by GnuPG software" -HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="common-lisp nls static-libs" - -RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) - abi_x86_32? ( - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - !<=app-emulation/emul-linux-x86-baselibs-20131008-r12 - )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -MULTILIB_CHOST_TOOLS=( - /usr/bin/gpg-error-config -) - -src_prepare() { - epatch_user - elibtoolize -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable nls) - $(use_enable static-libs static) - $(use_enable common-lisp languages) - ) - - multilib_is_native_abi || myeconfargs+=( - --disable-languages - ) - - ECONF_SOURCE=${S} \ - econf "${myeconfargs[@]}" -} - -multilib_src_install_all() { - einstalldocs - - # library has no dependencies, so it does not need the .la file - prune_libtool_files --all -} diff --git a/dev-libs/libgpg-error/libgpg-error-1.12.ebuild b/dev-libs/libgpg-error/libgpg-error-1.12.ebuild deleted file mode 100644 index d5498ae746f1..000000000000 --- a/dev-libs/libgpg-error/libgpg-error-1.12.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12.ebuild,v 1.13 2014/01/18 05:05:38 vapier Exp $ - -EAPI=5 - -inherit libtool - -DESCRIPTION="Contains error handling functions used by GnuPG software" -HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="common-lisp nls static-libs" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - $(use_enable common-lisp languages) -} - -src_install() { - default - - # library has no dependencies, so it does not need the .la file - find "${D}" -name '*.la' -delete -} |