summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-12-19 03:27:23 +0200
committerMart Raudsepp <leio@gentoo.org>2017-12-19 03:54:37 +0200
commit841691d03519d9461bca4f991c36805d746e1f9e (patch)
tree0317eba81f67fc5489082c11eb839a6c954094d7 /dev-libs/appstream-glib
parentnet-analyzer/netdata: Cleanup old versions (diff)
downloadgentoo-841691d03519d9461bca4f991c36805d746e1f9e.tar.gz
gentoo-841691d03519d9461bca4f991c36805d746e1f9e.tar.bz2
gentoo-841691d03519d9461bca4f991c36805d746e1f9e.zip
dev-libs/appstream-glib: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/appstream-glib')
-rw-r--r--dev-libs/appstream-glib/Manifest1
-rw-r--r--dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild61
2 files changed, 0 insertions, 62 deletions
diff --git a/dev-libs/appstream-glib/Manifest b/dev-libs/appstream-glib/Manifest
index 7a1a790386bc..fc23082e781a 100644
--- a/dev-libs/appstream-glib/Manifest
+++ b/dev-libs/appstream-glib/Manifest
@@ -1,2 +1 @@
DIST appstream-glib-0.6.13.tar.xz 1974864 BLAKE2B e9e0967b7657250659b3597bc2f6b049a20750e6dc66ee3672f3794b8c50f5060e48c7d4cd76d16e9e7d7cbc7d3364b7600e1c20fe24b33538c66d2a80cf0888 SHA512 d7e95a31d3f6fba974af2fab423282c7b0291d1325a634d8040fe2c2c2fcde49981be18900415251b3d71f20bb9e945e16d7c00fa830b27deac2e5547ec4c8b0
-DIST appstream-glib-0.6.8.tar.xz 1962132 BLAKE2B 576f560b0e02b99dc1b69fa48aba20ca29ce3dfa5526f75043930a2a365b6455bb0f5fbc71a514dcc62162a988afd2ae22e9abf42a1f15eb902b79f2d692b512 SHA512 dac9e0cc6dd8dfb81cbcdb6796d6890b61d5ede634cbe31768d1cf5746ada3beaf8b46918bab24e72604d52cbf6c6602efa6aedbdf9379f4c10528929f926fe5
diff --git a/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild b/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild
deleted file mode 100644
index 06ae3b7b69f6..000000000000
--- a/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit bash-completion-r1 gnome2
-
-DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata"
-HOMEPAGE="https://people.freedesktop.org/~hughsient/appstream-glib/"
-SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/8" # soname version
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="+introspection nls stemmer"
-
-RDEPEND="
- app-arch/gcab
- app-arch/libarchive
- dev-db/sqlite:3
- >=dev-libs/glib-2.45.8:2
- >=dev-libs/json-glib-1.1.1
- dev-libs/libyaml
- >=media-libs/fontconfig-2.11:1.0
- >=media-libs/freetype-2.4:2
- >=net-libs/libsoup-2.51.92:2.4
- sys-apps/util-linux
- >=x11-libs/gdk-pixbuf-2.31.5:2[introspection?]
- x11-libs/gtk+:3
- x11-libs/pango
- introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
- stemmer? ( dev-libs/snowball-stemmer )
-"
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.3
- dev-libs/libxslt
- >=dev-util/gtk-doc-am-1.9
- >=sys-devel/gettext-0.19.7
- dev-util/gperf
-"
-# ${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
-"
-
-src_configure() {
- gnome2_src_configure \
- --enable-builder \
- --enable-firmware \
- --enable-fonts \
- --disable-rpm \
- --disable-static \
- --enable-dep11 \
- --enable-man \
- $(use_enable nls) \
- $(use_enable introspection) \
- $(use_enable stemmer) \
- --with-bashcompletiondir="$(get_bashcompdir)"
-}