From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn/
Date: Fri, 21 Oct 2016 10:36:31 +0000 (UTC) [thread overview]
Message-ID: <1477046190.102530b7aff743f6c6c754c339e5b198a22794e6.jer@gentoo> (raw)
commit: 102530b7aff743f6c6c754c339e5b198a22794e6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 10:36:14 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 10:36:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102530b7
net-dns/libidn: Old.
Package-Manager: portage-2.3.2
net-dns/libidn/Manifest | 2 -
net-dns/libidn/libidn-1.30.ebuild | 112 -----------------------------------
net-dns/libidn/libidn-1.32-r1.ebuild | 107 ---------------------------------
3 files changed, 221 deletions(-)
diff --git a/net-dns/libidn/Manifest b/net-dns/libidn/Manifest
index 3717401..7cc057c 100644
--- a/net-dns/libidn/Manifest
+++ b/net-dns/libidn/Manifest
@@ -1,3 +1 @@
-DIST libidn-1.30.tar.gz 3474545 SHA256 39b9fc94d74081c185757b12e0891ce5a22db55268e7d1bb24533ff4432eb053 SHA512 066b3bd098f2ef39361ee42ec0abfcc69ba695b1565a81905e2047fa453c328a2d674703ac873a4e5a349632151ce5d6d56328b93fae42ca5e658190949a26a9 WHIRLPOOL a6fff4c283e0a556d8d5772f496468761030200935aa649d31e7e305cc1c215e578d13c518470f062b5cf54fb893c6c259023d88aa209216039a2319e7ed5dce
-DIST libidn-1.32.tar.gz 3483155 SHA256 ba5d5afee2beff703a34ee094668da5c6ea5afa38784cebba8924105e185c4f5 SHA512 fd48665b65f88210ea504675fc1cd667bd4042b1df3e386847070a465d6753efcec735e6e8572f45f9432235e813c61ef7df09596274935467fdc6f12f80b9bd WHIRLPOOL 1ea67bc1cf1dc9887c6721d5ed15a9227424bdb88f5a915b5854a2ba747228849acaf1a71e9869972cff1887742b031cc57f66c6a1aafac10e65b42dbee9a2f6
DIST libidn-1.33.tar.gz 3501056 SHA256 44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19 SHA512 38dd459eaeda0c9e3cc2d24d967113515a499747550a2a9157f32357def90d71a3a3b52398e96a44a28cd5948dc353b0473c4ff0453a69720191c4cb49cac2c6 WHIRLPOOL 3b0c44742c2515e09eaf8f16f32f30bc37478a6273765d71dd9a9283f501998b6d85583cd38810bbdbd6103855e77831360010d707d29956798e3f5d066b0e82
diff --git a/net-dns/libidn/libidn-1.30.ebuild b/net-dns/libidn/libidn-1.30.ebuild
deleted file mode 100644
index ecafea3..00000000
--- a/net-dns/libidn/libidn-1.30.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal
-
-DESCRIPTION="Internationalized Domain Names (IDN) implementation"
-HOMEPAGE="https://www.gnu.org/software/libidn/"
-SRC_URI="mirror://gnu/libidn/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs java mono nls static-libs"
-
-DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO )
-COMMON_DEPEND="
- emacs? ( virtual/emacs )
- mono? ( >=dev-lang/mono-0.95 )
-"
-DEPEND="${COMMON_DEPEND}
- nls? ( >=sys-devel/gettext-0.17 )
- java? (
- >=virtual/jdk-1.5
- doc? ( dev-java/gjdoc )
- )
-"
-RDEPEND="${COMMON_DEPEND}
- nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
- java? ( >=virtual/jre-1.5 )
- abi_x86_32? (
- !<=app-emulation/emul-linux-x86-baselibs-20140508-r5
- !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
- )
-"
-
-pkg_setup() {
- mono-env_pkg_setup
- java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() {
- # bundled, with wrong bytecode
- rm "${S}/java/${P}.jar" || die
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- $(multilib_native_use_enable java) \
- $(multilib_native_use_enable mono csharp mono) \
- $(use_enable nls) \
- $(use_enable static-libs static) \
- --disable-silent-rules \
- --disable-valgrind-tests \
- --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
- --with-packager-bug-reports="https://bugs.gentoo.org" \
- --with-packager-version="r${PR}" \
- --with-packager="Gentoo"
-}
-
-multilib_src_compile() {
- default
-
- if multilib_is_native_abi && use emacs; then
- elisp-compile "${S}"/src/*.el || die
- fi
-}
-
-multilib_src_test() {
- # only run libidn specific tests and not gnulib tests (bug #539356)
- emake -C tests check
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
-
- if multilib_is_native_abi && use java; then
- java-pkg_newjar java/${P}.jar ${PN}.jar || die
- rm -r "${ED}"/usr/share/java || die
-
- if use doc ; then
- java-pkg_dojavadoc doc/java
- fi
- fi
-}
-
-multilib_src_install_all() {
- if use emacs; then
- # *.el are installed by the build system
- elisp-install ${PN} "${S}"/src/*.elc
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
- else
- rm -r "${ED}/usr/share/emacs" || die
- fi
-
- einstalldocs
- if use doc ; then
- dohtml -r doc/reference/html/.
- fi
-
- prune_libtool_files
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/net-dns/libidn/libidn-1.32-r1.ebuild b/net-dns/libidn/libidn-1.32-r1.ebuild
deleted file mode 100644
index e4da315..00000000
--- a/net-dns/libidn/libidn-1.32-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal
-
-DESCRIPTION="Internationalized Domain Names (IDN) implementation"
-HOMEPAGE="https://www.gnu.org/software/libidn/"
-SRC_URI="mirror://gnu/libidn/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs java mono nls static-libs"
-
-DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO )
-COMMON_DEPEND="
- emacs? ( virtual/emacs )
- mono? ( >=dev-lang/mono-0.95 )
-"
-DEPEND="${COMMON_DEPEND}
- nls? ( >=sys-devel/gettext-0.17 )
- java? ( >=virtual/jdk-1.5 )
-"
-RDEPEND="${COMMON_DEPEND}
- nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
- java? ( >=virtual/jre-1.5 )
- abi_x86_32? (
- !<=app-emulation/emul-linux-x86-baselibs-20140508-r5
- !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
- )
-"
-
-pkg_setup() {
- mono-env_pkg_setup
- java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() {
- # bundled, with wrong bytecode
- rm "${S}/java/${P}.jar" || die
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} GJDOC=javadoc \
- econf \
- $(multilib_native_use_enable java) \
- $(multilib_native_use_enable mono csharp mono) \
- $(use_enable nls) \
- $(use_enable static-libs static) \
- --disable-silent-rules \
- --disable-valgrind-tests \
- --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
- --with-packager-bug-reports="https://bugs.gentoo.org" \
- --with-packager-version="r${PR}" \
- --with-packager="Gentoo"
-}
-
-multilib_src_compile() {
- default
-
- if multilib_is_native_abi; then
- use emacs && elisp-compile "${S}"/src/*.el
- use java && use doc && emake -C java/src/main/java javadoc
- fi
-}
-
-multilib_src_test() {
- # only run libidn specific tests and not gnulib tests (bug #539356)
- emake -C tests check
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
-
- if multilib_is_native_abi && use java; then
- java-pkg_newjar java/${P}.jar ${PN}.jar
- rm -r "${ED}"/usr/share/java || die
- use doc && java-pkg_dojavadoc "${S}"/doc/java
- fi
-}
-
-multilib_src_install_all() {
- if use emacs; then
- # *.el are installed by the build system
- elisp-install ${PN} "${S}"/src/*.elc
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
- else
- rm -r "${ED}/usr/share/emacs" || die
- fi
-
- einstalldocs
- if use doc ; then
- dohtml -r doc/reference/html/.
- fi
-
- prune_libtool_files
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
next reply other threads:[~2016-10-21 10:36 UTC|newest]
Thread overview: 112+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-21 10:36 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-24 8:49 [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn/ Michał Górny
2024-02-24 2:44 Ionen Wolkens
2024-02-09 1:04 Sam James
2024-02-08 17:10 Arthur Zamarin
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 14:48 Michał Górny
2024-02-08 14:48 Michał Górny
2024-01-14 2:46 Sam James
2022-07-30 11:19 Michał Górny
2022-07-30 9:51 Arthur Zamarin
2022-07-26 15:20 Agostino Sarubbo
2022-07-26 15:19 Agostino Sarubbo
2022-07-26 15:18 Agostino Sarubbo
2022-07-26 15:16 Agostino Sarubbo
2022-07-26 4:27 Sam James
2022-07-26 4:15 Sam James
2022-06-26 6:27 Sam James
2022-06-22 4:39 Sam James
2022-06-21 22:01 Sam James
2022-06-21 22:01 Sam James
2022-05-17 11:54 WANG Xuerui
2021-11-19 14:04 Michał Górny
2021-11-19 13:38 Jakov Smolić
2021-11-18 14:00 Jakov Smolić
2021-11-18 9:09 Sam James
2021-11-18 9:09 Sam James
2021-11-16 2:53 Sam James
2021-11-15 1:12 Sam James
2021-10-07 6:37 Sam James
2021-07-31 13:40 Michał Górny
2021-07-22 23:16 Sam James
2021-07-22 21:52 Sam James
2021-07-22 17:49 Sam James
2021-06-29 4:57 Sam James
2021-06-25 19:36 Sam James
2021-06-19 21:10 Sergei Trofimovich
2021-06-17 20:24 Sam James
2021-06-17 20:24 Sam James
2021-06-17 20:24 Sam James
2021-06-17 20:24 Sam James
2021-06-17 20:23 Sam James
2021-05-17 22:24 Sam James
2021-05-17 22:24 Sam James
2021-03-21 19:00 David Seifert
2021-01-06 14:36 Fabian Groffen
2020-12-27 17:50 Fabian Groffen
2020-11-18 8:47 Michał Górny
2020-11-17 19:05 Agostino Sarubbo
2020-11-13 2:25 Sam James
2020-11-12 21:03 Thomas Deutschmann
2020-11-04 10:51 Sam James
2020-11-04 10:42 Sergei Trofimovich
2020-11-04 8:16 Sergei Trofimovich
2020-11-04 7:58 Sergei Trofimovich
2020-11-04 7:53 Sergei Trofimovich
2020-11-04 6:54 Sam James
2020-11-03 22:23 Michał Górny
2020-11-03 22:23 Michał Górny
2020-09-07 12:00 Yixun Lan
2020-07-22 17:05 Jeroen Roovers
2020-02-24 9:56 Agostino Sarubbo
2018-10-27 12:31 Fabian Groffen
2018-07-05 16:30 Jeroen Roovers
2018-07-05 16:30 Jeroen Roovers
2018-05-27 15:03 Mikle Kolyada
2018-05-26 10:06 Mart Raudsepp
2018-05-25 4:18 Matt Turner
2018-05-25 4:18 Matt Turner
2018-05-19 9:26 Sergei Trofimovich
2018-05-16 21:19 Sergei Trofimovich
2018-05-15 19:54 Mikle Kolyada
2018-05-14 21:19 Tobias Klausmann
2018-05-14 10:51 Jeroen Roovers
2018-05-14 8:27 Jeroen Roovers
2018-05-13 23:45 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-13 16:18 Jeroen Roovers
2018-05-13 16:18 Jeroen Roovers
2018-04-03 17:36 Jeroen Roovers
2018-04-03 17:36 Jeroen Roovers
2018-03-12 1:56 Matt Turner
2018-03-04 13:22 Jeroen Roovers
2018-03-04 10:12 Sergei Trofimovich
2018-03-03 14:17 Mart Raudsepp
2018-02-05 23:21 Sergei Trofimovich
2018-02-05 21:27 Markus Meier
2018-01-28 18:23 Tobias Klausmann
2018-01-26 18:21 Thomas Deutschmann
2018-01-23 16:41 Agostino Sarubbo
2017-10-30 8:18 Jeroen Roovers
2017-10-24 7:50 Jeroen Roovers
2017-10-15 11:23 Jeroen Roovers
2017-10-02 8:25 Jeroen Roovers
2017-03-21 15:46 Michael Haubenwallner
2017-02-24 4:16 Mike Frysinger
2017-01-29 19:33 Fabian Groffen
2017-01-24 8:57 Fabian Groffen
2016-10-01 17:41 Tobias Klausmann
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29 9:35 Agostino Sarubbo
2016-07-27 6:55 Jeroen Roovers
2016-07-27 6:55 Jeroen Roovers
2016-07-26 12:41 Tobias Klausmann
2016-07-24 18:42 Markus Meier
2016-07-23 6:45 Jeroen Roovers
2016-07-21 6:18 Jeroen Roovers
2015-10-18 21:54 James Le Cuirot
2015-10-18 21:54 James Le Cuirot
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=1477046190.102530b7aff743f6c6c754c339e5b198a22794e6.jer@gentoo \
--to=jer@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