diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-libs/appstream-glib | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-libs/appstream-glib')
-rw-r--r-- | dev-libs/appstream-glib/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/appstream-glib/appstream-glib-0.3.4.ebuild | 57 | ||||
-rw-r--r-- | dev-libs/appstream-glib/appstream-glib-0.4.0.ebuild | 61 | ||||
-rw-r--r-- | dev-libs/appstream-glib/metadata.xml | 5 |
4 files changed, 125 insertions, 0 deletions
diff --git a/dev-libs/appstream-glib/Manifest b/dev-libs/appstream-glib/Manifest new file mode 100644 index 000000000000..1d4cb8f281eb --- /dev/null +++ b/dev-libs/appstream-glib/Manifest @@ -0,0 +1,2 @@ +DIST appstream-glib-0.3.4.tar.xz 1814472 SHA256 97b948ad992cb985e5bed533446fb5d23632397cfe2833034e11d4c6b47199da SHA512 e128609980512a4975f1226dc41300480c43f311611ac935973e850a53562f7c770622239d4dd1a2ccd88430c2a305c64927a507125f6d7761c04d8ecf0ab502 WHIRLPOOL f80edc738ca5e07255625cc4322d483c2ae753e06d1f84eed1755239c2f87aff0fd13a60bd7bae2e4f4ffecc2760a6c301e98dd085a157448e89fcd91d6e614d +DIST appstream-glib-0.4.0.tar.xz 1837552 SHA256 f4dee0e86549009f248d38eb643061e82ff0d542f06e1f4af6b36af2f97c2e13 SHA512 54769b47f11f8792ee85ab0922d8a256800c00558ca9e2fcaab30845e3fbd9f4a08d311608f0b600f8ad070d79d5227cd9ac4b644ef6d94e1772e4695c4f1afe WHIRLPOOL da036564be55acc4c0b3d5320f165ac98d6f4754ed74dda8b06d31c7bfd91b10ff3f4ff0d85b141bfa804391befcadecd714a9b110d422cf9286c899714ad58d diff --git a/dev-libs/appstream-glib/appstream-glib-0.3.4.ebuild b/dev-libs/appstream-glib/appstream-glib-0.3.4.ebuild new file mode 100644 index 000000000000..112584342b2b --- /dev/null +++ b/dev-libs/appstream-glib/appstream-glib-0.3.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit bash-completion-r1 gnome2 + +DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata" +HOMEPAGE="http://people.freedesktop.org/~hughsient/appstream-glib/" +SRC_URI="http://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0/7" +KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86" +IUSE="+introspection nls" + +# FIXME: yaml is optional with --enable-dep11 but not +# properly handled in autofoo bug#???? +RDEPEND=" + app-arch/libarchive + dev-db/sqlite:3 + >=dev-libs/glib-2.16.1:2 + >=media-libs/fontconfig-2.11 + >=media-libs/freetype-2.4:2 + >=net-libs/libsoup-2.24:2.4 + >=x11-libs/gdk-pixbuf-2.14:2 + x11-libs/gtk+:3 + x11-libs/pango + dev-libs/libyaml + introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) +" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.3 + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.9 + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 +" +# ${PN} superseeds appdata-tools, require dummy package until all ebuilds +# are migrated to appstream-glib +RDEPEND="${RDEPEND} + !<dev-util/appdata-tools-0.1.8-r1" +PDEPEND=">=dev-util/appdata-tools-0.1.8-r1" + +src_configure() { + gnome2_src_configure \ + --disable-rpm \ + --disable-static \ + --enable-dep11 \ + --enable-man \ + $(use_enable nls) \ + $(use_enable introspection) \ + --with-bashcompletiondir="$(get_bashcompdir)" +} diff --git a/dev-libs/appstream-glib/appstream-glib-0.4.0.ebuild b/dev-libs/appstream-glib/appstream-glib-0.4.0.ebuild new file mode 100644 index 000000000000..a1693fbcca6a --- /dev/null +++ b/dev-libs/appstream-glib/appstream-glib-0.4.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit bash-completion-r1 gnome2 + +DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata" +HOMEPAGE="http://people.freedesktop.org/~hughsient/appstream-glib/" +SRC_URI="http://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0/7" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +IUSE="+introspection nls" + +# FIXME: yaml is optional with --enable-dep11 but not +# properly handled in autofoo bug#???? +RDEPEND=" + app-arch/gcab + app-arch/libarchive + dev-db/sqlite:3 + >=dev-libs/glib-2.16.1:2 + >=media-libs/fontconfig-2.11 + >=media-libs/freetype-2.4:2 + >=net-libs/libsoup-2.24:2.4 + >=x11-libs/gdk-pixbuf-2.14:2 + x11-libs/gtk+:3 + x11-libs/pango + dev-libs/libyaml + introspection? ( >=dev-libs/gobject-introspection-0.9.8:= ) +" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.3 + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.9 + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 +" +# ${PN} superseeds appdata-tools, require dummy package until all ebuilds +# are migrated to appstream-glib +RDEPEND="${RDEPEND} + !<dev-util/appdata-tools-0.1.8-r1 +" +PDEPEND=">=dev-util/appdata-tools-0.1.8-r1" + +src_configure() { + gnome2_src_configure \ + --enable-builder \ + --disable-ostree \ + --disable-rpm \ + --disable-static \ + --enable-dep11 \ + --enable-man \ + $(use_enable nls) \ + $(use_enable introspection) \ + --with-bashcompletiondir="$(get_bashcompdir)" +} diff --git a/dev-libs/appstream-glib/metadata.xml b/dev-libs/appstream-glib/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/dev-libs/appstream-glib/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>gnome</herd> +</pkgmetadata> |