summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-04-30 17:39:30 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-04-30 17:39:30 +0000
commit8188a7bf7d6a3a619e20f2919e13774cbc7f2a75 (patch)
tree7bedd67d0d0a48bcd5a1de3e1fb0b0a5391562aa /app-text
parentInitial import for kbarcode 1.2.0 (diff)
downloadgentoo-2-8188a7bf7d6a3a619e20f2919e13774cbc7f2a75.tar.gz
gentoo-2-8188a7bf7d6a3a619e20f2919e13774cbc7f2a75.tar.bz2
gentoo-2-8188a7bf7d6a3a619e20f2919e13774cbc7f2a75.zip
Initial import for kbarcode 1.2.0
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kbarcode/ChangeLog9
-rw-r--r--app-text/kbarcode/Manifest4
-rw-r--r--app-text/kbarcode/files/digest-kbarcode-1.2.01
-rw-r--r--app-text/kbarcode/kbarcode-1.2.0.ebuild15
4 files changed, 27 insertions, 2 deletions
diff --git a/app-text/kbarcode/ChangeLog b/app-text/kbarcode/ChangeLog
new file mode 100644
index 000000000000..42e4cec26b7f
--- /dev/null
+++ b/app-text/kbarcode/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/kbarcode
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.1 2003/04/30 17:39:20 caleb Exp $
+
+*kbarcode-1.2.0 (30 Apr 2003)
+
+ 30 Apr 2003; Caleb Tennis <caleb@gentoo.org> :
+ Initial import. Ebuild submitted by Miguel Revilla Rodríguez
+ <yo@miguelrevilla.com> with minor use flag modification by Caleb.
diff --git a/app-text/kbarcode/Manifest b/app-text/kbarcode/Manifest
index fe1e6dd9f2cf..558d6ed08069 100644
--- a/app-text/kbarcode/Manifest
+++ b/app-text/kbarcode/Manifest
@@ -1,3 +1,3 @@
-MD5 a2a333001f10b5c57bb98ddc37f85891 kbarcode-1.2.0.ebuild 388
-MD5 8bff5a0bc296d98b8349b246e918ec2d ChangeLog 337
+MD5 b7eb32380a5bdd54f5287e01827840d1 kbarcode-1.2.0.ebuild 491
+MD5 68098f7251bba24a2bc2953dc80dbbb2 ChangeLog 428
MD5 0ac808b9629d1ec8288e8f0e8e33434e files/digest-kbarcode-1.2.0 66
diff --git a/app-text/kbarcode/files/digest-kbarcode-1.2.0 b/app-text/kbarcode/files/digest-kbarcode-1.2.0
new file mode 100644
index 000000000000..9ee1add3dc82
--- /dev/null
+++ b/app-text/kbarcode/files/digest-kbarcode-1.2.0
@@ -0,0 +1 @@
+MD5 1bf351359c3b81a88ed343df1905656d kbarcode-1.2.0.tar.gz 846955
diff --git a/app-text/kbarcode/kbarcode-1.2.0.ebuild b/app-text/kbarcode/kbarcode-1.2.0.ebuild
new file mode 100644
index 000000000000..a9c874cd9b1d
--- /dev/null
+++ b/app-text/kbarcode/kbarcode-1.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-1.2.0.ebuild,v 1.1 2003/04/30 17:39:20 caleb Exp $
+
+inherit kde-base
+need-kde 3
+
+IUSE=""
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DESCRIPTION="A KDE 3.x solution for barcode handling."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.kbarcode.net/"
+DEPEND="app-text/barcode
+ mysql ? ( dev-db/mysql )"