diff options
author | 2016-11-09 11:57:25 +0100 | |
---|---|---|
committer | 2016-11-09 11:59:16 +0100 | |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /media-libs | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mash/Manifest | 1 | ||||
-rw-r--r-- | media-libs/mash/mash-0.2.0-r1.ebuild | 48 | ||||
-rw-r--r-- | media-libs/mash/metadata.xml | 8 |
3 files changed, 0 insertions, 57 deletions
diff --git a/media-libs/mash/Manifest b/media-libs/mash/Manifest deleted file mode 100644 index 553fe6ff9745..000000000000 --- a/media-libs/mash/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mash-0.2.0.tar.xz 288844 SHA256 fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc SHA512 f469f8a0094877fa4497ca848abd51cf175ce4576855ff3c8f00ee05f8db7b7f21d8ccbe9f74d467421cf283ef0e3209719727ba1ce593cf1161c6d7d61b1fe5 WHIRLPOOL 742215f83a87a624a806d7b6911b91b3a7fd39fb3e6d4fd5cec356827ea7d6ac76c5d48b3ab6f8d059ccee956516d7bdcf9e12d8f2f76f40583b0228183ded66 diff --git a/media-libs/mash/mash-0.2.0-r1.ebuild b/media-libs/mash/mash-0.2.0-r1.ebuild deleted file mode 100644 index 9a0b6e368599..000000000000 --- a/media-libs/mash/mash-0.2.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -# clutter.eclass does not support .xz tarballs -inherit gnome2 versionator -RV=($(get_version_components)) -SRC_URI="http://source.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.xz" - -DESCRIPTION="A library for rendering 3D models with Clutter" -HOMEPAGE="http://wiki.clutter-project.org/wiki/Mash" - -LICENSE="LGPL-2.1" -SLOT="0.2" -IUSE="doc examples +introspection" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" - -# Automagically detects x11-libs/mx, but only uses it for building examples. -# Note: mash is using a bundled copy of rply because mash developers have -# modified its API by adding extra arguments to various functions. -RDEPEND=">=dev-libs/glib-2.16:2 - >=media-libs/clutter-1.5.10:1.0[introspection?] - virtual/opengl - - introspection? ( >=dev-libs/gobject-introspection-0.6.1 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.14 )" - -pkg_setup() { - DOCS="AUTHORS NEWS README" - G2CONF="${G2CONF} - --disable-static - $(use_enable introspection)" -} - -src_install() { - gnome2_src_install - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins example/{*.c,*.ply} - fi -} diff --git a/media-libs/mash/metadata.xml b/media-libs/mash/metadata.xml deleted file mode 100644 index 52f14ba32077..000000000000 --- a/media-libs/mash/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> |