summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:50:42 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:50:42 +0100
commiteaa30496d61bae3b2c74c109cb0c74d64e83a59f (patch)
treea269f4ebaa08630082f26f5043807e58cedf3613 /dev-libs/gdl
parentdev-libs/folks: moved to gentoo-x86 (diff)
downloadgnome-eaa30496d61bae3b2c74c109cb0c74d64e83a59f.tar.gz
gnome-eaa30496d61bae3b2c74c109cb0c74d64e83a59f.tar.bz2
gnome-eaa30496d61bae3b2c74c109cb0c74d64e83a59f.zip
dev-libs/gdl: moved to gentoo-x86
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r--dev-libs/gdl/Manifest11
-rw-r--r--dev-libs/gdl/gdl-3.10.0.ebuild33
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/gdl/Manifest b/dev-libs/gdl/Manifest
deleted file mode 100644
index e0ae346f..00000000
--- a/dev-libs/gdl/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gdl-3.10.0.tar.xz 526704 SHA256 4e0d6f66115ba3b0f3cd2495d8a95c6714d701f89d556bb691bd0c0a62a1c760 SHA512 0df36abc91d1bb9fb2cdfc2eea0c755fbe406693b6e848350b0297fb96fac3f1932c6804b2c240140ba88529b69c229a6fc3446f67bd7686f32b8918916d4943 WHIRLPOOL 05ea5ce442b5a3579366f4b15b43778d67edd1e3e18a6098c1b0a28ef1505cdff8b223241f3ec8f1b01dc455da58e419e8b395041c7ec4965a11b349e1cb6994
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.21 (GNU/Linux)
-
-iEYEAREKAAYFAlKNQD8ACgkQ1fmVwcYIWAYg6ACfVOkFuOZlRckGGD38Mucaf7Ot
-974AoLnZu4etKuSzVB4hDeLPz1G4M3pM
-=nh23
------END PGP SIGNATURE-----
diff --git a/dev-libs/gdl/gdl-3.10.0.ebuild b/dev-libs/gdl/gdl-3.10.0.ebuild
deleted file mode 100644
index 72632b71..00000000
--- a/dev-libs/gdl/gdl-3.10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME docking library"
-HOMEPAGE="https://developer.gnome.org/gdl/"
-
-LICENSE="LGPL-2.1+"
-SLOT="3/5" # subslot = libgdl-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-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
-"
-
-src_configure() {
- DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
- gnome2_src_configure $(use_enable introspection)
-}