diff options
Diffstat (limited to 'app-text/kbarcode/kbarcode-2.0.7.ebuild')
-rw-r--r-- | app-text/kbarcode/kbarcode-2.0.7.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-text/kbarcode/kbarcode-2.0.7.ebuild b/app-text/kbarcode/kbarcode-2.0.7.ebuild deleted file mode 100644 index 885be89bc120..000000000000 --- a/app-text/kbarcode/kbarcode-2.0.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-2.0.7.ebuild,v 1.1 2008/06/21 10:38:41 carlo Exp $ - -ARTS_REQUIRED="never" - -inherit kde - -MY_P="${P/_/}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="KBarcode is a barcode and label printing application for KDE." -HOMEPAGE="http://www.kbarcode.net/" -SRC_URI="mirror://sourceforge/kbarcode/${MY_P}.tar.gz - doc? ( mirror://sourceforge/kbarcode/kbarcode-2.0.0.pdf )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -DEPEND=">=app-text/barcode-0.98 - dev-libs/libpcre" - -RDEPEND=">=app-text/barcode-0.98 - dev-libs/libpcre - virtual/ghostscript" - -need-kde 3.5 - -PATCHES=( "${FILESDIR}/kbarcode-2.0.6-desktop-entry-fixes.diff" ) - -src_compile() { - rm "${S}"/configure - kde_src_compile -} -src_install() { - kde_src_install - use doc && cp "${DISTDIR}/kbarcode-2.0.0.pdf" "${D}/usr/share/doc/${PF}" -} |