diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-09 16:47:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-09 16:47:39 +0000 |
commit | 6c326af54abbbf22d2e3d1272aaaaa9b1a8f8b93 (patch) | |
tree | ac2b5625ab18126f6e1f16fd8bbabf321b99ce9d /app-officeext | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-6c326af54abbbf22d2e3d1272aaaaa9b1a8f8b93.tar.gz gentoo-2-6c326af54abbbf22d2e3d1272aaaaa9b1a8f8b93.tar.bz2 gentoo-2-6c326af54abbbf22d2e3d1272aaaaa9b1a8f8b93.zip |
Initial commit. Part of the lo build.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/barcode/ChangeLog | 10 | ||||
-rw-r--r-- | app-officeext/barcode/barcode-1.3.5.0.ebuild | 22 | ||||
-rw-r--r-- | app-officeext/barcode/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-officeext/barcode/ChangeLog b/app-officeext/barcode/ChangeLog new file mode 100644 index 000000000000..fad05ea384ce --- /dev/null +++ b/app-officeext/barcode/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2012/05/09 16:47:39 scarabeus Exp $ + +*barcode-1.3.5.0 (09 May 2012) + + 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.ebuild b/app-officeext/barcode/barcode-1.3.5.0.ebuild new file mode 100644 index 000000000000..f2a59f8a2090 --- /dev/null +++ b/app-officeext/barcode/barcode-1.3.5.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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.ebuild,v 1.1 2012/05/09 16:47:39 scarabeus Exp $ + +EAPI=4 + +OO_EXTENSIONS=( + "${PN}_${PV}.oxt" +) +inherit office-ext + +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="" + +RDEPEND="virtual/ooo" +DEPEND="${RDEPEND}" diff --git a/app-officeext/barcode/metadata.xml b/app-officeext/barcode/metadata.xml new file mode 100644 index 000000000000..5d46203011d6 --- /dev/null +++ b/app-officeext/barcode/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>openoffice</herd> +</pkgmetadata> |