diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:15 +0000 |
commit | ce0f302600eb8544ab22e6e5ce4ce883b886ee17 (patch) | |
tree | 95e372af5042c5fd29e7efdf07ac844e01a2df97 /app-cdr/koncd | |
parent | tiny bootstrap update to be super-sure bootstrap works. (diff) | |
download | historical-ce0f302600eb8544ab22e6e5ce4ce883b886ee17.tar.gz historical-ce0f302600eb8544ab22e6e5ce4ce883b886ee17.tar.bz2 historical-ce0f302600eb8544ab22e6e5ce4ce883b886ee17.zip |
eclasses v5 and ebuilds to match :-) see the gentoo-dev message; do not edit any inheriting ebuilds
before reading the changelog.
Diffstat (limited to 'app-cdr/koncd')
-rw-r--r-- | app-cdr/koncd/koncd-1.0_rc1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-cdr/koncd/koncd-1.0_rc1.ebuild b/app-cdr/koncd/koncd-1.0_rc1.ebuild index 0647bc760305..614bde7a48e7 100644 --- a/app-cdr/koncd/koncd-1.0_rc1.ebuild +++ b/app-cdr/koncd/koncd-1.0_rc1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/koncd/koncd-1.0_rc1.ebuild,v 1.3 2001/11/16 12:50:41 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/koncd/koncd-1.0_rc1.ebuild,v 1.4 2001/12/23 21:35:15 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die -need-kdelibs 2.2 +need-kde 2.2 S=${WORKDIR}/koncd-1.0rc1 DESCRIPTION="A KDE frontend to cdr apps; very powerful" SRC_URI="http://www.koncd.org/download/koncd-1.0rc1.tar.gz" HOMEPAGE="http://www.koncd.org/" -DEPEND="$DEPEND >=app-cdr/cdrtools-1.11" -RDEPEND="$RDEPEND >=app-cdr/cdrtools-1.11" +newdepend ">=app-cdr/cdrtools-1.11" src_unpack() { base_src_unpack |