diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-10 15:32:21 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-10 15:32:21 +0000 |
commit | ddc4f94ad50f0270230a9fd0ca06c1691d86e939 (patch) | |
tree | 0e6283c61edffc6e6207d69aff2b37836b2ca608 /app-text/kbarcode | |
parent | changed masking of charm due to move sci-libs/charm to sys-cluster/charm (diff) | |
download | gentoo-2-ddc4f94ad50f0270230a9fd0ca06c1691d86e939.tar.gz gentoo-2-ddc4f94ad50f0270230a9fd0ca06c1691d86e939.tar.bz2 gentoo-2-ddc4f94ad50f0270230a9fd0ca06c1691d86e939.zip |
New version (#111756).
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-text/kbarcode')
-rw-r--r-- | app-text/kbarcode/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kbarcode/files/digest-kbarcode-1.9.7 | 1 | ||||
-rw-r--r-- | app-text/kbarcode/kbarcode-1.9.7.ebuild | 21 |
3 files changed, 28 insertions, 1 deletions
diff --git a/app-text/kbarcode/ChangeLog b/app-text/kbarcode/ChangeLog index cc627cd65532..e98f59e841a0 100644 --- a/app-text/kbarcode/ChangeLog +++ b/app-text/kbarcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kbarcode # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.32 2005/09/16 21:40:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.33 2005/11/10 15:32:21 greg_g Exp $ + +*kbarcode-1.9.7 (10 Nov 2005) + + 10 Nov 2005; Gregorio Guidi <greg_g@gentoo.org> +kbarcode-1.9.7.ebuild: + New version (#111756). 16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/app-text/kbarcode/files/digest-kbarcode-1.9.7 b/app-text/kbarcode/files/digest-kbarcode-1.9.7 new file mode 100644 index 000000000000..8d65e1693a1f --- /dev/null +++ b/app-text/kbarcode/files/digest-kbarcode-1.9.7 @@ -0,0 +1 @@ +MD5 f867d6861cd2c90d9324e43bd4fb4c46 kbarcode-1.9.7.tar.gz 1104736 diff --git a/app-text/kbarcode/kbarcode-1.9.7.ebuild b/app-text/kbarcode/kbarcode-1.9.7.ebuild new file mode 100644 index 000000000000..31147edc29f7 --- /dev/null +++ b/app-text/kbarcode/kbarcode-1.9.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-1.9.7.ebuild,v 1.1 2005/11/10 15:32:21 greg_g Exp $ + +inherit kde + +DESCRIPTION="A KDE 3.x solution for barcode handling." +HOMEPAGE="http://www.kbarcode.net/" +SRC_URI="mirror://sourceforge/kbarcode/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=app-text/barcode-0.98" + +RDEPEND=">=app-text/barcode-0.98 + virtual/ghostscript" + +need-kde 3.2 |