summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-11-23 22:57:16 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-11-23 22:57:16 +0000
commitdb468fbbc904d6a7630d84cbd2cc22328c167e75 (patch)
treefde7850cf380650a477112d97b35742250634a3d /dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild
parentEnable python3.4. (diff)
downloadhistorical-db468fbbc904d6a7630d84cbd2cc22328c167e75.tar.gz
historical-db468fbbc904d6a7630d84cbd2cc22328c167e75.tar.bz2
historical-db468fbbc904d6a7630d84cbd2cc22328c167e75.zip
Version bump. Fix dependency issues while apps are transitioning to appstream.
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xC6085806
Diffstat (limited to 'dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild')
-rw-r--r--dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild b/dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild
new file mode 100644
index 000000000000..5348a4c9875b
--- /dev/null
+++ b/dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/appdata-tools/appdata-tools-0.1.8-r1.ebuild,v 1.1 2014/11/23 22:57:13 eva Exp $
+
+EAPI=5
+
+DESCRIPTION="CLI designed to validate AppData descriptions for standards compliance and to the style guide"
+HOMEPAGE="https://github.com/hughsie/appdata-tools/"
+SRC_URI="https://github.com/hughsie/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64"
+IUSE=""
+
+# Superseeded by appstream-glib.
+DEPEND=">=dev-libs/appstream-glib-0.3.2"
+RDEPEND=""