summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-10-03 04:29:38 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-10-03 04:29:38 +0000
commit5c71f8b7c20ab296159ac090cb9c9bf678b3ad54 (patch)
tree84c2de29a855a6cf3ba54eb9b3dec4b3234ca48c /dev-util/documancer
parentMarking stable on x86 (diff)
downloadgentoo-2-5c71f8b7c20ab296159ac090cb9c9bf678b3ad54.tar.gz
gentoo-2-5c71f8b7c20ab296159ac090cb9c9bf678b3ad54.tar.bz2
gentoo-2-5c71f8b7c20ab296159ac090cb9c9bf678b3ad54.zip
Lock wxpython dependency. Fix quoting and use emake.
(Portage version: 2.1.3.11)
Diffstat (limited to 'dev-util/documancer')
-rw-r--r--dev-util/documancer/ChangeLog7
-rw-r--r--dev-util/documancer/documancer-0.2.6.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-util/documancer/ChangeLog b/dev-util/documancer/ChangeLog
index 9e173bedf997..2a126bd0248b 100644
--- a/dev-util/documancer/ChangeLog
+++ b/dev-util/documancer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/documancer
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.10 2006/10/25 17:33:52 leio Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.11 2007/10/03 04:29:38 dirtyepic Exp $
+
+ 03 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> documancer-0.2.6.ebuild:
+ Lock wxpython dependency. Fix quoting and use emake.
25 Oct 2006; Mart Raudsepp <leio@gentoo.org> -files/documancer.backend,
-documancer-0.1.7.ebuild:
diff --git a/dev-util/documancer/documancer-0.2.6.ebuild b/dev-util/documancer/documancer-0.2.6.ebuild
index 447ddb5841a9..b36f1f8e3468 100644
--- a/dev-util/documancer/documancer-0.2.6.ebuild
+++ b/dev-util/documancer/documancer-0.2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.4 2006/05/02 22:25:46 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.5 2007/10/03 04:29:38 dirtyepic Exp $
inherit eutils
@@ -18,9 +18,8 @@ IUSE=""
RDEPEND=">=x11-libs/wxmozilla-0.5.6
>=virtual/python-2.3
- >=dev-python/wxpython-2.6.3
- virtual/jre
- dev-lang/perl"
+ =dev-python/wxpython-2.6*
+ virtual/jre"
pkg_setup () {
# Note: can't use "python_mod_exists wxPython.mozilla" here because
@@ -34,7 +33,7 @@ pkg_setup () {
}
src_install () {
- make install DESTDIR=${D} || die
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS FAQ NEWS README TODO
}