diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-07 20:18:09 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-07 20:18:09 +0000 |
commit | 3cc93f7b7a4ec6762956290597952d504cd50680 (patch) | |
tree | d5b56de3e4b2e8cf52d57f12c07d1e0c83184353 /sci-misc/pythoncad | |
parent | Add inherit eutils: domenu, doicon are defined there. (diff) | |
download | gentoo-2-3cc93f7b7a4ec6762956290597952d504cd50680.tar.gz gentoo-2-3cc93f7b7a4ec6762956290597952d504cd50680.tar.bz2 gentoo-2-3cc93f7b7a4ec6762956290597952d504cd50680.zip |
Add inherit eutils: domenu is defined there.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/pythoncad')
-rw-r--r-- | sci-misc/pythoncad/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/pythoncad/pythoncad-1.36.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-misc/pythoncad/ChangeLog b/sci-misc/pythoncad/ChangeLog index 8fa1e9a2af80..64f06c712000 100644 --- a/sci-misc/pythoncad/ChangeLog +++ b/sci-misc/pythoncad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/pythoncad -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.2 2008/10/30 18:29:49 angelos Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.3 2010/02/07 20:18:09 pva Exp $ + + 07 Feb 2010; Peter Volkov <pva@gentoo.org> pythoncad-1.36.ebuild: + Add inherit eutils: domenu is defined there. 30 Oct 2008; Christoph Mende <angelos@gentoo.org> pythoncad-1.36.ebuild: Added ~amd64 diff --git a/sci-misc/pythoncad/pythoncad-1.36.ebuild b/sci-misc/pythoncad/pythoncad-1.36.ebuild index b3c02f80beae..05bfb6d80a01 100644 --- a/sci-misc/pythoncad/pythoncad-1.36.ebuild +++ b/sci-misc/pythoncad/pythoncad-1.36.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild,v 1.2 2008/10/30 18:29:49 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild,v 1.3 2010/02/07 20:18:09 pva Exp $ NEED_PYTHON=2.3 -inherit distutils versionator +inherit eutils distutils versionator MY_PN="PythonCAD" MY_PV="DS$(get_major_version)-R$(get_after_major_version)" |