summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-10-31 17:18:45 +0000
committerJeroen Roovers <jer@gentoo.org>2009-10-31 17:18:45 +0000
commit8056ec950b45f619a204430132ad7b14940dd87c (patch)
tree705935c54780445e7029316fd0023e8951519573 /net-dns/libidn
parentFix bug 291315 -- daap plugin load failure & bug 287604 -- wrong ewarn with U... (diff)
downloadgentoo-2-8056ec950b45f619a204430132ad7b14940dd87c.tar.gz
gentoo-2-8056ec950b45f619a204430132ad7b14940dd87c.tar.bz2
gentoo-2-8056ec950b45f619a204430132ad7b14940dd87c.zip
Remove old.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'net-dns/libidn')
-rw-r--r--net-dns/libidn/ChangeLog6
-rw-r--r--net-dns/libidn/libidn-1.13.ebuild80
-rw-r--r--net-dns/libidn/libidn-1.14.ebuild80
3 files changed, 5 insertions, 161 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog
index dbd40a50c33a..e7f944842285 100644
--- a/net-dns/libidn/ChangeLog
+++ b/net-dns/libidn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/libidn
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.114 2009/10/31 14:29:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.115 2009/10/31 17:18:45 jer Exp $
+
+ 31 Oct 2009; Jeroen Roovers <jer@gentoo.org> -libidn-1.13.ebuild,
+ -libidn-1.14.ebuild:
+ Remove old.
31 Oct 2009; Brent Baude <ranger@gentoo.org> libidn-1.15.ebuild:
Marking libidn-1.15 ppc64 for bug 283653
diff --git a/net-dns/libidn/libidn-1.13.ebuild b/net-dns/libidn/libidn-1.13.ebuild
deleted file mode 100644
index 144f04c24eb2..000000000000
--- a/net-dns/libidn/libidn-1.13.ebuild
+++ /dev/null
@@ -1,80 +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.13.ebuild,v 1.7 2009/05/21 19:56:51 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 ~sparc-fbsd x86 ~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}" \
- || 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
-}
diff --git a/net-dns/libidn/libidn-1.14.ebuild b/net-dns/libidn/libidn-1.14.ebuild
deleted file mode 100644
index f09143656e57..000000000000
--- a/net-dns/libidn/libidn-1.14.ebuild
+++ /dev/null
@@ -1,80 +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.14.ebuild,v 1.8 2009/07/19 14:24:43 nixnut 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 ~sparc-fbsd x86 ~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}" \
- || 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
-}