summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-12-26 17:34:46 +0000
committerPeter Volkov <pva@gentoo.org>2009-12-26 17:34:46 +0000
commit1e5956c37426b603c62cdc552e8336507b523ffb (patch)
treea28ffd2f7650a5ec3dd26dc33e6e08098447d8b4 /dev-python/pychart
parentvirtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff)
downloadgentoo-2-1e5956c37426b603c62cdc552e8336507b523ffb.tar.gz
gentoo-2-1e5956c37426b603c62cdc552e8336507b523ffb.tar.bz2
gentoo-2-1e5956c37426b603c62cdc552e8336507b523ffb.zip
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pychart')
-rw-r--r--dev-python/pychart/ChangeLog9
-rw-r--r--dev-python/pychart/pychart-1.37.ebuild6
-rw-r--r--dev-python/pychart/pychart-1.39.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/dev-python/pychart/ChangeLog b/dev-python/pychart/ChangeLog
index 9690e39c234a..bf8c4fe43d97 100644
--- a/dev-python/pychart/ChangeLog
+++ b/dev-python/pychart/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pychart
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/ChangeLog,v 1.12 2007/02/22 00:35:07 peper Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/ChangeLog,v 1.13 2009/12/26 17:34:46 pva Exp $
+
+ 26 Dec 2009; Peter Volkov <pva@gentoo.org> pychart-1.37.ebuild,
+ pychart-1.39.ebuild:
+ virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+ implementation left in the tree.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-python/pychart/pychart-1.37.ebuild b/dev-python/pychart/pychart-1.37.ebuild
index 84c4349ac308..c102302d610b 100644
--- a/dev-python/pychart/pychart-1.37.ebuild
+++ b/dev-python/pychart/pychart-1.37.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/pychart-1.37.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/pychart-1.37.ebuild,v 1.4 2009/12/26 17:34:46 pva Exp $
inherit distutils
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=">=dev-lang/python-2.2.2
>=sys-apps/sed-4
- virtual/ghostscript"
+ app-text/ghostscript-gpl"
S=${WORKDIR}/${MY_P}
DOCS="README.txt"
diff --git a/dev-python/pychart/pychart-1.39.ebuild b/dev-python/pychart/pychart-1.39.ebuild
index 7c6a9344b0e0..171357bd95ba 100644
--- a/dev-python/pychart/pychart-1.39.ebuild
+++ b/dev-python/pychart/pychart-1.39.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/pychart-1.39.ebuild,v 1.5 2007/07/11 06:19:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/pychart-1.39.ebuild,v 1.6 2009/12/26 17:34:46 pva Exp $
inherit distutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="doc examples"
-DEPEND="virtual/ghostscript"
+DEPEND="app-text/ghostscript-gpl"
S=${WORKDIR}/${MY_P}