diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-05 17:39:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-05 17:39:28 +0000 |
commit | 81f34aa4be74bd911a37634abc9041274e575b11 (patch) | |
tree | bd467376aff40a29148f23fc28325e628f772021 /net-dns/libidn | |
parent | Version bump (diff) | |
download | gentoo-2-81f34aa4be74bd911a37634abc9041274e575b11.tar.gz gentoo-2-81f34aa4be74bd911a37634abc9041274e575b11.tar.bz2 gentoo-2-81f34aa4be74bd911a37634abc9041274e575b11.zip |
Old.
(Portage version: 2.2_rc88/cvs/Linux i686)
Diffstat (limited to 'net-dns/libidn')
-rw-r--r-- | net-dns/libidn/Manifest | 2 | ||||
-rw-r--r-- | net-dns/libidn/libidn-1.15.ebuild | 83 |
2 files changed, 0 insertions, 85 deletions
diff --git a/net-dns/libidn/Manifest b/net-dns/libidn/Manifest index 0af9765a904a..9ec64fea27a8 100644 --- a/net-dns/libidn/Manifest +++ b/net-dns/libidn/Manifest @@ -1,7 +1,5 @@ AUX 50libidn-gentoo.el 455 RMD160 68a84a8b9aa9ff2b7c6e6b266e2545d2bbb243f2 SHA1 6c986493a8790b67d47444d64ec56b867f644513 SHA256 b8b5a7df3ef312b47ef44d7b5c9180e06e9d8b9cbe43fa67b8511296381ff937 -DIST libidn-1.15.tar.gz 2635155 RMD160 fb02015566838cbd86dda5b74f0da9ef78009b1b SHA1 6321660c7072737110b790044cbf8653a95ea175 SHA256 db75022eff366bd5646ab1e6d7bcd1c2048473a7dbdf0cd0421de92c88bbdc18 DIST libidn-1.19.tar.gz 3207771 RMD160 71c520b6e4b1ec770bb9c9253f5b40dfc6b3d682 SHA1 2b6dcb500e8135a9444a250d7df76f545915f25f SHA256 8ed2e936b1ae3e30b45b54ca3672deaa83ee0f4d20db5ad83dc1af7222d39f41 -EBUILD libidn-1.15.ebuild 1966 RMD160 35611747e329ecb3d474834f39f7c1ebc0d64b57 SHA1 25b85083524606b2f74c8f31a1234113253be3a3 SHA256 04298986c37d0cb9e73c485cc5597b2ee623b0553b56ec345e732366e90a11b4 EBUILD libidn-1.19.ebuild 2017 RMD160 f5a916d7ab74be2ae5a171a9708635f7cc06bfdc SHA1 e96818630a63e0a9b47628c69770acfb9da767fd SHA256 3e2ceae1b01a0d655dd8245b0c6f184b8c92feae080e92c8691e0d7cc9429765 MISC ChangeLog 15651 RMD160 0a05b169a3a3e7346fc532ed30d0602c960d3927 SHA1 10c157e977863715f3d74cfe01ac6b7b45d37f83 SHA256 103ad383a6bf80e858cf4edde04bd7d033ad63a33be93a84135058fea1f6c467 MISC metadata.xml 252 RMD160 ed7e3d6637ec96975f17ce5c33628aa482dfd663 SHA1 ddd00321e20f4a53a140eeb56cb01b9fab24d657 SHA256 76fd24f00e95b2892ca60acdce02d8c85dfeff84fc89ca14ffdbc00b82de44b3 diff --git a/net-dns/libidn/libidn-1.15.ebuild b/net-dns/libidn/libidn-1.15.ebuild deleted file mode 100644 index 649f7f7fd2e4..000000000000 --- a/net-dns/libidn/libidn-1.15.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.15.ebuild,v 1.9 2009/10/31 14:29:59 ranger Exp $ - -inherit java-pkg-opt-2 mono elisp-common - -DESCRIPTION="Internationalized Domain Names (IDN) implementation" -HOMEPAGE="http://www.gnu.org/software/libidn/" -SRC_URI="mirror://gnu/libidn/${P}.tar.gz" - -LICENSE="LGPL-2.1 GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="doc emacs java mono nls" - -COMMON_DEPEND="emacs? ( virtual/emacs ) - mono? ( >=dev-lang/mono-0.95 )" -DEPEND="${COMMON_DEPEND} - nls? ( >=sys-devel/gettext-0.17 ) - java? ( >=virtual/jdk-1.4 dev-java/gjdoc )" -RDEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl ) - java? ( >=virtual/jre-1.4 )" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - # bundled, with wrong bytecode - rm "${S}/java/${P}.jar" || die -} - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable java) \ - $(use_enable mono csharp mono) \ - --with-lispdir="${SITELISP}/${PN}" \ - --with-packager="Gentoo" \ - --with-packager-version="r${PR}" \ - --with-packager-bug-reports="https://bugs.gentoo.org" \ - || die - - emake || die - - if use emacs; then - elisp-compile src/*.el || die - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO || die - - if use emacs; then - # *.el are installed by the build system - elisp-install ${PN} src/*.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - else - rm -rf "${D}/usr/share/emacs" - fi - - if use doc ; then - dohtml -r doc/reference/html/* || die - fi - - if use java ; then - java-pkg_newjar java/${P}.jar ${PN}.jar || die - rm -rf "${D}"/usr/share/java || die - - if use doc ; then - java-pkg_dojavadoc doc/java - fi - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |