summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2006-05-31 04:14:50 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2006-05-31 04:14:50 +0000
commit25240e1609be881f6200c1fcb94d1dae1ccb598a (patch)
treea387682a4fb4de9d3448829931b1f3a55ffb296f /app-text/opensp
parentNew revision, fix for the 0.0.0.0: file does not exist bug. (diff)
downloadgentoo-2-25240e1609be881f6200c1fcb94d1dae1ccb598a.tar.gz
gentoo-2-25240e1609be881f6200c1fcb94d1dae1ccb598a.tar.bz2
gentoo-2-25240e1609be881f6200c1fcb94d1dae1ccb598a.zip
Drop the unnecessary PDEPEND in 1.5.1 as well
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'app-text/opensp')
-rw-r--r--app-text/opensp/ChangeLog5
-rw-r--r--app-text/opensp/opensp-1.5.1.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/app-text/opensp/ChangeLog b/app-text/opensp/ChangeLog
index 7c9bb7bb38e7..82360ef2c798 100644
--- a/app-text/opensp/ChangeLog
+++ b/app-text/opensp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/opensp
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.31 2006/05/23 23:55:30 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.32 2006/05/31 04:14:50 leonardop Exp $
+
+ 31 May 2006; Leonardo Boshell <leonardop@gentoo.org> opensp-1.5.1.ebuild:
+ Drop PDEPEND in here too.
23 May 2006; Leonardo Boshell <leonardop@gentoo.org> opensp-1.5.2.ebuild:
Added 'doc' USE flag, used to enable man and html documentation, requiring
diff --git a/app-text/opensp/opensp-1.5.1.ebuild b/app-text/opensp/opensp-1.5.1.ebuild
index c1877260481f..37b4690c37bb 100644
--- a/app-text/opensp/opensp-1.5.1.ebuild
+++ b/app-text/opensp/opensp-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.1.ebuild,v 1.14 2006/04/05 20:02:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.1.ebuild,v 1.15 2006/05/31 04:14:50 leonardop Exp $
inherit eutils flag-o-matic
@@ -16,11 +16,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f
IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )"
-PDEPEND=">=app-text/openjade-1.3.2"
-
-# Note: openjade is in PDEPEND because starting from openjade-1.3.2, opensp
-# has been SPLIT from openjade into its own package. Hence if you
-# install this, you need to upgrade to a new openjade as well.
src_unpack() {