summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-09-01 15:21:22 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-09-01 15:25:05 +0200
commit397fda055b07f64e405d523d51bb567298944ef9 (patch)
tree9972faa6b9fd7cef4f5940fafd74837399c5bd41 /media-libs
parentfix valgrind (diff)
downloadkeruspe-397fda055b07f64e405d523d51bb567298944ef9.tar.gz
keruspe-397fda055b07f64e405d523d51bb567298944ef9.tar.bz2
keruspe-397fda055b07f64e405d523d51bb567298944ef9.zip
scm cleanup
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/clutter/Manifest1
-rw-r--r--media-libs/clutter/clutter-9999-r1.ebuild84
-rw-r--r--media-libs/cogl/Manifest1
-rw-r--r--media-libs/cogl/cogl-9999-r1.ebuild67
4 files changed, 0 insertions, 153 deletions
diff --git a/media-libs/clutter/Manifest b/media-libs/clutter/Manifest
deleted file mode 100644
index 112e44b9..00000000
--- a/media-libs/clutter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD clutter-9999-r1.ebuild 2292 RMD160 e082cf04374b9e2bdf19b8e266a1145b745d3c15 SHA1 0df5c36a1510b16c8a34b034ae79e347e6376fe8 SHA256 96117cf0c4656f4271798e4319a78954911cef020b7bb6eb2fa01189ce55d2f9
diff --git a/media-libs/clutter/clutter-9999-r1.ebuild b/media-libs/clutter/clutter-9999-r1.ebuild
deleted file mode 100644
index 8876977a..00000000
--- a/media-libs/clutter/clutter-9999-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-CLUTTER_LA_PUNT="yes"
-WANT_AUTOMAKE="1.11"
-
-# Inherit gnome2 after clutter to download sources from gnome.org
-# since clutter-project.org doesn't provide .xz tarballs
-inherit clutter gnome2-live
-
-DESCRIPTION="Clutter is a library for creating graphical user interfaces"
-
-SLOT="1.0"
-IUSE="debug doc +introspection"
-KEYWORDS=""
-
-# NOTE: glx flavour uses libdrm + >=mesa-7.3
-# XXX: uprof needed for profiling
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/atk-1.17[introspection?]
- >=dev-libs/json-glib-0.12[introspection?]
- >=media-libs/cogl-1.7.2:1.0[introspection?,pango]
- >=x11-libs/cairo-1.10[glib]
- >=x11-libs/pango-1.20[introspection?]
-
- virtual/opengl
- x11-libs/libdrm
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXdamage
- x11-proto/inputproto
- >=x11-libs/libXi-1.3
- >=x11-libs/libXfixes-3
- >=x11-libs/libXcomposite-0.4
-
- introspection? ( >=dev-libs/gobject-introspection-0.9.6 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- >=dev-util/gtk-doc-am-1.13
- doc? (
- >=dev-util/gtk-doc-1.13
- >=app-text/docbook-sgml-utils-0.6.14[jadetex]
- dev-libs/libxslt )"
-
-pkg_setup() {
- DOCS="README NEWS ChangeLog*"
-
- # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
- # XXX: Profiling, coverage disabled for now
- # XXX: What about eglx/eglnative/opengl-egl-xlib/osx/wayland/etc flavours?
- # Uses gudev-1.0 and libxkbcommon for eglnative/cex1000
- myconf="--enable-debug=minimum"
- use debug && myconf="--enable-debug=yes"
- G2CONF="${G2CONF} ${myconf}
- --enable-conformance=no
- --disable-gcov
- --enable-profile=no
- --enable-maintainer-flags=no
- --enable-xinput
- --with-flavour=glx
- $(use_enable introspection)
- $(use_enable doc docs)"
-}
-
-src_prepare() {
- # Some gettext stuff, we can't run gettextize because that does too much
- [[ ${PV} = 9999 ]] && cp "${ROOT}/usr/share/gettext/po/Makefile.in.in" "${S}/po"
-
- gnome2_src_prepare
-
- # We only need conformance tests, the rest are useless for us
- sed -e 's/^\(SUBDIRS =\).*/\1/g' \
- -i tests/Makefile.am || die "am tests sed failed"
- sed -e 's/^\(SUBDIRS =\)[^\]*/\1/g' \
- -i tests/Makefile.in || die "in tests sed failed"
-}
-
-src_install() {
- clutter_src_install
-}
diff --git a/media-libs/cogl/Manifest b/media-libs/cogl/Manifest
deleted file mode 100644
index 076c1710..00000000
--- a/media-libs/cogl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD cogl-9999-r1.ebuild 1673 RMD160 1e5ab4f6a050359734d6f7359b606e809cf6cf06 SHA1 e3d6396a1e0e6ee9a4fc692b73574238d05eb988 SHA256 12ec40e90524b8f718dfcbecf611768efcf2746848da6de8a076f4f7fa18dd95
diff --git a/media-libs/cogl/cogl-9999-r1.ebuild b/media-libs/cogl/cogl-9999-r1.ebuild
deleted file mode 100644
index 75127bec..00000000
--- a/media-libs/cogl/cogl-9999-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-CLUTTER_LA_PUNT="yes"
-
-# Inherit gnome2 after clutter to download sources from gnome.org
-# since clutter-project.org doesn't provide .xz tarballs
-inherit clutter gnome2-live
-
-DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures"
-HOMEPAGE="http://www.clutter-project.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-IUSE="doc examples +introspection +pango"
-KEYWORDS=""
-
-# XXX: need uprof for optional profiling support
-COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2:2
- x11-libs/libdrm
- x11-libs/libX11
- >=x11-libs/libXcomposite-0.4
- x11-libs/libXdamage
- x11-libs/libXext
- >=x11-libs/libXfixes-3
- virtual/opengl
-
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
- pango? ( >=x11-libs/pango-1.20.0[introspection?] )"
-# before clutter-1.7, cogl was part of clutter
-RDEPEND="${COMMON_DEPEND}
- !!<media-libs/clutter-1.7"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- doc? ( app-text/docbook-xml-dtd:4.1.2
- >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
- DOCS="NEWS README"
- EXAMPLES="examples/*.c"
- # XXX: think about gles, quartz, wayland
- # --with-pic needed due to https://bugzilla.gnome.org/show_bug.cgi?id=653615
- G2CONF="${G2CONF}
- --with-pic=both
- --disable-profile
- --disable-maintainer-flags
- --enable-cairo
- --enable-gdk-pixbuf
- --enable-gl
- --enable-glx
- $(use_enable introspection)
- $(use_enable pango cogl-pango)"
-}
-
-src_prepare() {
- cp "${ROOT}/usr/share/gettext/po/Makefile.in.in" "${S}/po"
- gnome2_src_prepare
-}
-
-src_install() {
- clutter_src_install
-}