diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gdl/gdl-9999.ebuild | 46 | ||||
-rw-r--r-- | dev-libs/gdl/metadata.xml | 8 | ||||
-rw-r--r-- | dev-libs/gobject-introspection-common/gobject-introspection-common-9999.ebuild | 41 | ||||
-rw-r--r-- | dev-libs/gobject-introspection-common/metadata.xml | 8 | ||||
-rw-r--r-- | dev-libs/totem-pl-parser/metadata.xml | 14 | ||||
-rw-r--r-- | dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild | 77 |
6 files changed, 0 insertions, 194 deletions
diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild deleted file mode 100644 index 4881ce6c..00000000 --- a/dev-libs/gdl/gdl-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="GNOME docking library" -HOMEPAGE="https://developer.gnome.org/gdl/" - -LICENSE="LGPL-2.1+" -SLOT="3/5" # subslot = libgdl-3 soname version -IUSE="+introspection" -if [[ ${PV} = 9999 ]]; then - IUSE="${IUSE} doc" - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -fi - -RDEPEND=" - dev-libs/glib:2 - >=x11-libs/gtk+-3.0.0:3[introspection?] - >=dev-libs/libxml2-2.4:2 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.4 - virtual/pkgconfig -" - -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - doc? ( >=dev-util/gtk-doc-1.4 )" -fi - -src_configure() { - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - gnome2_src_configure $(use_enable introspection) -} diff --git a/dev-libs/gdl/metadata.xml b/dev-libs/gdl/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/dev-libs/gdl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -</pkgmetadata> diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-9999.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-9999.ebuild deleted file mode 100644 index baab8854..00000000 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GNOME_ORG_MODULE="gobject-introspection" - -inherit gnome.org -if [[ ${PV} = 9999 ]]; then - GCONF_DEBUG="no" - inherit gnome2-live -fi - -DESCRIPTION="Build infrastructure for GObject Introspection" -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" - -LICENSE="HPND" -SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -fi -IUSE="" - -RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}" -# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like: -# http://forums.gentoo.org/viewtopic-p-7421930.html - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr/share/aclocal - insinto /usr/share/aclocal - doins m4/introspection.m4 - - dodir /usr/share/gobject-introspection-1.0 - insinto /usr/share/gobject-introspection-1.0 - doins Makefile.introspection -} diff --git a/dev-libs/gobject-introspection-common/metadata.xml b/dev-libs/gobject-introspection-common/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/dev-libs/gobject-introspection-common/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -</pkgmetadata> diff --git a/dev-libs/totem-pl-parser/metadata.xml b/dev-libs/totem-pl-parser/metadata.xml deleted file mode 100644 index b40fbdb3..00000000 --- a/dev-libs/totem-pl-parser/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="archive">Enables support for accessing media files in archives - transparently via <pkg>app-arch/libarchive</pkg></flag> - <flag name="quvi">Use <pkg>media-libs/libquvi</pkg> for parsing video - links</flag> -</use> -</pkgmetadata> diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild deleted file mode 100644 index bc7e9677..00000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Playlist parsing library" -HOMEPAGE="http://developer.gnome.org/totem-pl-parser/stable/" - -LICENSE="LGPL-2+" -SLOT="0/18" -IUSE="archive crypt +introspection +quvi test" -if [[ ${PV} = 9999 ]]; then - IUSE="${IUSE} doc" - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -fi - -RDEPEND=" - >=dev-libs/glib-2.31:2 - dev-libs/gmime:2.6 - >=net-libs/libsoup-2.43:2.4 - archive? ( >=app-arch/libarchive-3 ) - crypt? ( dev-libs/libgcrypt:0 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - quvi? ( >=media-libs/libquvi-0.9.1:0= ) -" -DEPEND="${RDEPEND} - !<media-video/totem-2.21 - >=dev-util/intltool-0.35 - >=dev-util/gtk-doc-am-1.14 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - test? ( - gnome-base/gvfs[http] - sys-apps/dbus ) -" -# eautoreconf needs: -# dev-libs/gobject-introspection-common -# >=gnome-base/gnome-common-3.6 - -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - doc? ( >=dev-util/gtk-doc-1.14 )" -fi - -src_prepare() { - # Disable tests requiring network access, bug #346127 - # 3rd test fails on upgrade, not once installed - sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1/:'\ - -i plparse/tests/parser.c || die "sed failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable archive libarchive) \ - $(use_enable crypt libgcrypt) \ - $(use_enable quvi) \ - $(use_enable introspection) -} - -src_test() { - # This is required as told by upstream in bgo#629542 - GVFS_DISABLE_FUSE=1 dbus-launch emake check || die "emake check failed" -} |