diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-20 00:01:59 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-20 00:01:59 +0000 |
commit | c9d885e6668c8182249c69368c098dff47a9caba (patch) | |
tree | 0157ef7b65e83bc6738b9f8ea54a06f0c09d59e8 /net-dns | |
parent | added prefix keywords (diff) | |
download | gentoo-2-c9d885e6668c8182249c69368c098dff47a9caba.tar.gz gentoo-2-c9d885e6668c8182249c69368c098dff47a9caba.tar.bz2 gentoo-2-c9d885e6668c8182249c69368c098dff47a9caba.zip |
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/libidn/libidn-1.25.ebuild | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog index 4cb2b8d67b74..90e36a4fdec3 100644 --- a/net-dns/libidn/ChangeLog +++ b/net-dns/libidn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/libidn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.174 2012/08/19 18:58:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.175 2012/08/20 00:01:59 ottxor Exp $ + + 20 Aug 2012; Christoph Junghans <ottxor@gentoo.org> libidn-1.25.ebuild: + added prefix keywords 19 Aug 2012; Raúl Porcel <armin76@gentoo.org> libidn-1.25.ebuild: alpha/ia64/s390/sh/sparc stable wrt #424125 @@ -643,4 +646,3 @@ 01 Mar 2004; Caleb Tennis <caleb@gentoo.org> libidn-0.3.7.ebuild: Initial import - see bug #41001 - diff --git a/net-dns/libidn/libidn-1.25.ebuild b/net-dns/libidn/libidn-1.25.ebuild index 80cacf6f2261..64a70eee9da1 100644 --- a/net-dns/libidn/libidn-1.25.ebuild +++ b/net-dns/libidn/libidn-1.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.25.ebuild,v 1.8 2012/08/19 18:58:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.25.ebuild,v 1.9 2012/08/20 00:01:59 ottxor Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz" LICENSE="GPL-2 GPL-3 LGPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs java mono nls static-libs" DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO ) @@ -43,7 +43,7 @@ src_configure() { $(use_enable mono csharp mono) \ $(use_enable static-libs static) \ --disable-valgrind-tests \ - --with-lispdir="${SITELISP}/${PN}" \ + --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ --with-packager="Gentoo" \ --with-packager-version="r${PR}" \ --with-packager-bug-reports="https://bugs.gentoo.org" @@ -65,7 +65,7 @@ src_install() { elisp-install ${PN} src/*.elc || die elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die else - rm -rf "${D}/usr/share/emacs" + rm -rf "${ED}/usr/share/emacs" fi if use doc ; then @@ -74,14 +74,14 @@ src_install() { if use java ; then java-pkg_newjar java/${P}.jar ${PN}.jar || die - rm -rf "${D}"/usr/share/java || die + rm -rf "${ED}"/usr/share/java || die if use doc ; then java-pkg_dojavadoc doc/java fi fi if ! use static-libs; then - rm -f "${D}"/usr/lib*/lib*.la + rm -f "${ED}"/usr/lib*/lib*.la fi } |