diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:54:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:54:56 +0000 |
commit | 963295a6db6e889b3a45db6be00396980d3a3423 (patch) | |
tree | 6d392410c3957679322139ca1c5fb4929f3eca37 /app-sci/gperiodic | |
parent | PROVIDE is for virtuals (diff) | |
download | historical-963295a6db6e889b3a45db6be00396980d3a3423.tar.gz historical-963295a6db6e889b3a45db6be00396980d3a3423.tar.bz2 historical-963295a6db6e889b3a45db6be00396980d3a3423.zip |
PROVIDE is for virtuals
Diffstat (limited to 'app-sci/gperiodic')
-rw-r--r-- | app-sci/gperiodic/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/gperiodic/gperiodic-1.3.2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-sci/gperiodic/ChangeLog b/app-sci/gperiodic/ChangeLog index 4fcda90d8b6c..568e7e02344e 100644 --- a/app-sci/gperiodic/ChangeLog +++ b/app-sci/gperiodic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/gperiodic # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/ChangeLog,v 1.5 2004/06/06 16:23:54 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/ChangeLog,v 1.6 2004/06/16 04:52:32 mr_bones_ Exp $ + + 15 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> gperiodic-1.3.2.ebuild: + PROVIDE is for virtuals 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> gperiodic-1.3.2.ebuild: Marked stable on amd64. diff --git a/app-sci/gperiodic/gperiodic-1.3.2.ebuild b/app-sci/gperiodic/gperiodic-1.3.2.ebuild index e7a34f70ecdd..c36925e18cf7 100644 --- a/app-sci/gperiodic/gperiodic-1.3.2.ebuild +++ b/app-sci/gperiodic/gperiodic-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.13 2004/06/06 16:23:54 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.14 2004/06/16 04:52:32 mr_bones_ Exp $ inherit eutils @@ -17,8 +17,6 @@ DEPEND=">=sys-libs/ncurses-5.2 =x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" -PROVIDE="app-misc/gperiodic" - src_unpack() { unpack ${A} cd ${S} |