summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-11-24 05:14:59 +0000
committerZac Medico <zmedico@gentoo.org>2011-11-24 05:14:59 +0000
commitbc7a81404969e13aa4d219c6417bc023a61f6752 (patch)
tree1aa7c8c9fec96a8d85c7e2079aeff2618e35dd5f /dev-util/geany
parentVersion bump (bug #390125 by Matt Summers), fix testsuite breakage from (diff)
downloadgentoo-2-bc7a81404969e13aa4d219c6417bc023a61f6752.tar.gz
gentoo-2-bc7a81404969e13aa4d219c6417bc023a61f6752.tar.bz2
gentoo-2-bc7a81404969e13aa4d219c6417bc023a61f6752.zip
Fix for prefix and add ~x86-linux keyword.
(Portage version: 2.2.0_alpha77/cvs/Linux i686)
Diffstat (limited to 'dev-util/geany')
-rw-r--r--dev-util/geany/ChangeLog5
-rw-r--r--dev-util/geany/geany-0.21.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/geany/ChangeLog b/dev-util/geany/ChangeLog
index b9da4005a655..cc13ae47b9e2 100644
--- a/dev-util/geany/ChangeLog
+++ b/dev-util/geany/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/geany
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.46 2011/10/06 12:00:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.47 2011/11/24 05:14:59 zmedico Exp $
+
+ 24 Nov 2011; Zac Medico <zmedico@gentoo.org> geany-0.21.ebuild:
+ Fix for prefix and add ~x86-linux keyword.
06 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> geany-0.19.2.ebuild,
geany-0.20.ebuild, geany-0.21.ebuild:
diff --git a/dev-util/geany/geany-0.21.ebuild b/dev-util/geany/geany-0.21.ebuild
index ea667f33af05..c394f8417ed4 100644
--- a/dev-util/geany/geany-0.21.ebuild
+++ b/dev-util/geany/geany-0.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.21.ebuild,v 1.2 2011/10/06 12:00:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.21.ebuild,v 1.3 2011/11/24 05:14:59 zmedico Exp $
EAPI=4
inherit eutils gnome2-utils
@@ -14,7 +14,7 @@ SRC_URI="http://download.geany.org/${P}.tar.bz2"
LICENSE="GPL-2 Scintilla"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux"
IUSE="+vte"
RDEPEND=">=x11-libs/gtk+-2.12:2
@@ -42,9 +42,9 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install || die
- rm -f "${D}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
- find "${D}" -type f -name '*.la' -delete
+ emake DESTDIR="${D}" DOCDIR="${ED}/usr/share/doc/${PF}" install || die
+ rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
+ find "${ED}" -type f -name '*.la' -delete
}
pkg_preinst() { gnome2_icon_savelist; }