diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-08-23 14:11:59 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-08-23 14:11:59 +0000 |
commit | 645fda7a37a68e439e37b61b5ed690dbd0206abb (patch) | |
tree | 77bfc86e5d4a97f1867e44fd86006d1f2739e9f1 /app-text/kbarcode/kbarcode-1.7.2.ebuild | |
parent | Moving to www-apps/dspam-web (diff) | |
download | gentoo-2-645fda7a37a68e439e37b61b5ed690dbd0206abb.tar.gz gentoo-2-645fda7a37a68e439e37b61b5ed690dbd0206abb.tar.bz2 gentoo-2-645fda7a37a68e439e37b61b5ed690dbd0206abb.zip |
version bump
Diffstat (limited to 'app-text/kbarcode/kbarcode-1.7.2.ebuild')
-rw-r--r-- | app-text/kbarcode/kbarcode-1.7.2.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/kbarcode/kbarcode-1.7.2.ebuild b/app-text/kbarcode/kbarcode-1.7.2.ebuild deleted file mode 100644 index 2a94d12505c3..000000000000 --- a/app-text/kbarcode/kbarcode-1.7.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-1.7.2.ebuild,v 1.6 2004/07/03 20:34:40 carlo Exp $ - -inherit kde eutils - -DESCRIPTION="A KDE 3.x solution for barcode handling." -HOMEPAGE="http://www.kbarcode.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="imagemagick" - -DEPEND=">=app-text/barcode-0.98" -RDEPEND=">=app-text/barcode-0.98 - imagemagick? ( media-gfx/imagemagick )" -need-kde 3 - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-default-parameter.patch -} |