summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-04-10 13:17:34 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-04-10 13:17:34 +0000
commit8e3fe5f140a08dd3f275e4596d14dc006eb54d4b (patch)
treec15583996f94364f581ce4e4e7aaa859f2349bb4 /app-text
parentMask new sip/pyqt versions for now. (diff)
downloadgentoo-2-8e3fe5f140a08dd3f275e4596d14dc006eb54d4b.tar.gz
gentoo-2-8e3fe5f140a08dd3f275e4596d14dc006eb54d4b.tar.bz2
gentoo-2-8e3fe5f140a08dd3f275e4596d14dc006eb54d4b.zip
Version bump.
(Portage version: 2.0.54)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kbarcode/ChangeLog7
-rw-r--r--app-text/kbarcode/Manifest4
-rw-r--r--app-text/kbarcode/files/digest-kbarcode-2.0.12
-rw-r--r--app-text/kbarcode/kbarcode-2.0.1.ebuild30
4 files changed, 41 insertions, 2 deletions
diff --git a/app-text/kbarcode/ChangeLog b/app-text/kbarcode/ChangeLog
index a7f59a64d037..dbbe6ee89b26 100644
--- a/app-text/kbarcode/ChangeLog
+++ b/app-text/kbarcode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/kbarcode
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.37 2006/03/16 17:26:01 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.38 2006/04/10 13:17:34 carlo Exp $
+
+*kbarcode-2.0.1 (10 Apr 2006)
+
+ 10 Apr 2006; Carsten Lohrke <carlo@gentoo.org> +kbarcode-2.0.1.ebuild:
+ Version bump.
*kbarcode-2.0.0 (16 Mar 2006)
diff --git a/app-text/kbarcode/Manifest b/app-text/kbarcode/Manifest
index a9a4668f11fc..63e12aeec919 100644
--- a/app-text/kbarcode/Manifest
+++ b/app-text/kbarcode/Manifest
@@ -1,6 +1,8 @@
-MD5 07d5c9fb22536334c6f10110b5fdcb1d ChangeLog 5232
+MD5 5328a72ef2e6a869cc039706f6360934 ChangeLog 5353
MD5 9b77ca43e8aa87e2dbbff2970e042233 files/digest-kbarcode-1.8.1 66
MD5 015e7a3cf6333585d4f2b22e597875b5 files/digest-kbarcode-2.0.0 130
+MD5 c7ca4bfacb4f6f7ebaaecdbd5f2eaa9f files/digest-kbarcode-2.0.1 130
MD5 e1beaaf96426a98abeac9458f024aaad kbarcode-1.8.1.ebuild 529
MD5 7a79aec7e754902f5a88424ba8f01ee9 kbarcode-2.0.0.ebuild 753
+MD5 c6ec1a7f58a6531ae0a32c7165d9732c kbarcode-2.0.1.ebuild 660
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
diff --git a/app-text/kbarcode/files/digest-kbarcode-2.0.1 b/app-text/kbarcode/files/digest-kbarcode-2.0.1
new file mode 100644
index 000000000000..c0374139dfd6
--- /dev/null
+++ b/app-text/kbarcode/files/digest-kbarcode-2.0.1
@@ -0,0 +1,2 @@
+MD5 93993380c9b1de00149c078c4e0133f2 kbarcode-2.0.0.pdf 997710
+MD5 ef00d593bd86d2ebcbbce87543464015 kbarcode-2.0.1.tar.gz 1195365
diff --git a/app-text/kbarcode/kbarcode-2.0.1.ebuild b/app-text/kbarcode/kbarcode-2.0.1.ebuild
new file mode 100644
index 000000000000..8bd1348a72a0
--- /dev/null
+++ b/app-text/kbarcode/kbarcode-2.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-2.0.1.ebuild,v 1.1 2006/04/10 13:17:34 carlo Exp $
+
+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/${PN}-2.0.0.pdf )"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND=">=app-text/barcode-0.98"
+
+RDEPEND=">=app-text/barcode-0.98
+ virtual/ghostscript"
+
+need-kde 3.4
+
+src_install() {
+ kde_src_install
+ use doc && cp ${DISTDIR}/${P}.pdf ${D}/usr/share/doc/${PF}
+} \ No newline at end of file