summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-04-29 12:12:59 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-04-29 12:12:59 +0000
commit1e76dd9906d4bf321ffa5bf5fc6a12e36c56ceb5 (patch)
tree77bb476bba4092f86962f6b0f29e8694e8a29280 /app-text
parentClean up. (diff)
downloadgentoo-2-1e76dd9906d4bf321ffa5bf5fc6a12e36c56ceb5.tar.gz
gentoo-2-1e76dd9906d4bf321ffa5bf5fc6a12e36c56ceb5.tar.bz2
gentoo-2-1e76dd9906d4bf321ffa5bf5fc6a12e36c56ceb5.zip
Version bump.
(Portage version: 2203-svn)
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.22
-rw-r--r--app-text/kbarcode/kbarcode-2.0.2.ebuild30
4 files changed, 41 insertions, 2 deletions
diff --git a/app-text/kbarcode/ChangeLog b/app-text/kbarcode/ChangeLog
index dbbe6ee89b26..a9054da37e5f 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.38 2006/04/10 13:17:34 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.39 2006/04/29 12:12:59 carlo Exp $
+
+*kbarcode-2.0.2 (29 Apr 2006)
+
+ 29 Apr 2006; Carsten Lohrke <carlo@gentoo.org> +kbarcode-2.0.2.ebuild:
+ Version bump.
*kbarcode-2.0.1 (10 Apr 2006)
diff --git a/app-text/kbarcode/Manifest b/app-text/kbarcode/Manifest
index 9be77bfbb8f5..e619601cd832 100644
--- a/app-text/kbarcode/Manifest
+++ b/app-text/kbarcode/Manifest
@@ -1,8 +1,10 @@
-MD5 8ea232d944b3670b86c43e063d08ffee ChangeLog 5353
+MD5 09141d74730c2daca9a572449e8356f7 ChangeLog 5474
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 428edbceb1d1c3389d56decbef53311e files/digest-kbarcode-2.0.2 130
MD5 e1beaaf96426a98abeac9458f024aaad kbarcode-1.8.1.ebuild 529
MD5 7a79aec7e754902f5a88424ba8f01ee9 kbarcode-2.0.0.ebuild 753
MD5 3c54d005bdfe8235c0c03ac332e97f6d kbarcode-2.0.1.ebuild 760
+MD5 c6ec1a7f58a6531ae0a32c7165d9732c kbarcode-2.0.2.ebuild 660
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
diff --git a/app-text/kbarcode/files/digest-kbarcode-2.0.2 b/app-text/kbarcode/files/digest-kbarcode-2.0.2
new file mode 100644
index 000000000000..e38706d2cda9
--- /dev/null
+++ b/app-text/kbarcode/files/digest-kbarcode-2.0.2
@@ -0,0 +1,2 @@
+MD5 93993380c9b1de00149c078c4e0133f2 kbarcode-2.0.0.pdf 997710
+MD5 091747128787b26121aef130723af14a kbarcode-2.0.2.tar.gz 1195531
diff --git a/app-text/kbarcode/kbarcode-2.0.2.ebuild b/app-text/kbarcode/kbarcode-2.0.2.ebuild
new file mode 100644
index 000000000000..6229f87deecc
--- /dev/null
+++ b/app-text/kbarcode/kbarcode-2.0.2.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.2.ebuild,v 1.1 2006/04/29 12:12:59 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