diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-23 10:17:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-23 10:17:55 +0000 |
commit | b44c906ed102f842db1034310c2cf7f2d8a8d535 (patch) | |
tree | 6844a25c20b40948cefa79ac4330cfc0ccca31ec /app-officeext/barcode | |
parent | migrate to office-ext-r1 eclass (diff) | |
download | gentoo-2-b44c906ed102f842db1034310c2cf7f2d8a8d535.tar.gz gentoo-2-b44c906ed102f842db1034310c2cf7f2d8a8d535.tar.bz2 gentoo-2-b44c906ed102f842db1034310c2cf7f2d8a8d535.zip |
migrate to office-ext-r1 eclass
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext/barcode')
-rw-r--r-- | app-officeext/barcode/ChangeLog | 10 | ||||
-rw-r--r-- | app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 19 |
2 files changed, 26 insertions, 3 deletions
diff --git a/app-officeext/barcode/ChangeLog b/app-officeext/barcode/ChangeLog index ec1da55f9c04..1e37e46e3a6c 100644 --- a/app-officeext/barcode/ChangeLog +++ b/app-officeext/barcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-officeext/barcode -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/barcode/ChangeLog,v 1.2 2012/05/23 08:54:32 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/barcode/ChangeLog,v 1.3 2013/03/23 10:17:55 scarabeus Exp $ + +*barcode-1.3.5.0-r1 (23 Mar 2013) + + 23 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +barcode-1.3.5.0-r1.ebuild: + migrate to office-ext-r1 eclass 23 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> barcode-1.3.5.0.ebuild: Stable on amd64 and x86. @@ -10,4 +15,3 @@ 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +barcode-1.3.5.0.ebuild, +metadata.xml: Initial commit. Part of the lo build. - diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild new file mode 100644 index 000000000000..cece3024c488 --- /dev/null +++ b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild,v 1.1 2013/03/23 10:17:55 scarabeus Exp $ + +EAPI=5 + +OFFICE_EXTENSIONS=( + "${PN}_${PV}.oxt" +) +inherit office-ext-r1 + +DESCRIPTION="Extension for reading barcodes" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/barcode" +SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}_${PV}.oxt" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |