public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/
Date: Sat, 25 Nov 2017 20:09:29 +0000 (UTC)	[thread overview]
Message-ID: <1511640564.54ae70e44350eb2171d0a124ea6b15d33035915c.grobian@gentoo> (raw)

commit:     54ae70e44350eb2171d0a124ea6b15d33035915c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 20:09:24 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 20:09:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=54ae70e4

dev-libs/libgpg-error: remove interrevision

Package-Manager: Portage-2.3.13-prefix, Repoman-2.3.4

 .../libgpg-error/libgpg-error-1.27-r01.1.ebuild    | 53 ----------------------
 dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild  |  4 +-
 2 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.27-r01.1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.27-r01.1.ebuild
deleted file mode 100644
index 69602470be..0000000000
--- a/dev-libs/libgpg-error/libgpg-error-1.27-r01.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils libtool multilib-minimal toolchain-funcs
-
-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="~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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
-)
-MULTILIB_WRAPPED_HEADERS=(
-	/usr/include/gpg-error.h
-	/usr/include/gpgrt.h
-)
-
-src_prepare() {
-	default
-	elibtoolize
-	# https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032666.html
-	sed -e '/@no_undefined\s*=\s*$/s/$/-no-undefined/' -i src/Makefile.in || die
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		CC_FOR_BUILD=$(tc-getBUILD_CC) \
-		--enable-threads \
-		$(use_enable nls) \
-		$(use_enable static-libs static) \
-		$(use_enable common-lisp languages) \
-		$(multilib_is_native_abi || echo --disable-languages)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	prune_libtool_files --all
-}

diff --git a/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild
index 4779055358..69602470be 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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}] )
@@ -33,6 +33,8 @@ MULTILIB_WRAPPED_HEADERS=(
 src_prepare() {
 	default
 	elibtoolize
+	# https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032666.html
+	sed -e '/@no_undefined\s*=\s*$/s/$/-no-undefined/' -i src/Makefile.in || die
 }
 
 multilib_src_configure() {


             reply	other threads:[~2017-11-25 20:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-25 20:09 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-20 12:22 [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/ Fabian Groffen
2018-05-03  6:23 Fabian Groffen
2018-05-29 17:26 Michael Haubenwallner
2018-11-19 14:13 Fabian Groffen
2020-12-09  0:46 Sam James
2020-12-16  7:07 Fabian Groffen
2020-12-26 19:16 Fabian Groffen
2020-12-26 21:22 Sam James
2020-12-26 21:23 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511640564.54ae70e44350eb2171d0a124ea6b15d33035915c.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox