diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-02-21 18:19:29 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-02-21 18:19:29 +0000 |
commit | 0fce4d435a0a212affda2eb5dcb1fb3bdc3cbeff (patch) | |
tree | 0342a584ed84547eebbf7e8bc74c09b6c3cd3148 /gnome-extra/gnome-color-manager | |
parent | Add missing libcroco dep, some cleanups (diff) | |
download | suka-0fce4d435a0a212affda2eb5dcb1fb3bdc3cbeff.tar.gz suka-0fce4d435a0a212affda2eb5dcb1fb3bdc3cbeff.tar.bz2 suka-0fce4d435a0a212affda2eb5dcb1fb3bdc3cbeff.zip |
remove useless mask for obsolete live ebuilds
svn path=/; revision=200
Diffstat (limited to 'gnome-extra/gnome-color-manager')
-rw-r--r-- | gnome-extra/gnome-color-manager/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/gnome-extra/gnome-color-manager/Manifest b/gnome-extra/gnome-color-manager/Manifest index 90723ca..243fa3c 100644 --- a/gnome-extra/gnome-color-manager/Manifest +++ b/gnome-extra/gnome-color-manager/Manifest @@ -1,3 +1,2 @@ DIST gnome-color-manager-2.29.3.tar.bz2 1449396 RMD160 8266b6635052594d94497d985c192ceed5fcb663 SHA1 baaae572e5d1fdb7d384c4fd22a1f5f8fd447afa SHA256 c63c0ddff93af7fbcafe6ade6ce720d26e38339e4a570c0699a77827df735c55 EBUILD gnome-color-manager-2.29.3.ebuild 672 RMD160 a738d592a504671b8d9ee68e1f97654f2748dab0 SHA1 8e9f50705a94c484fe618fbbbb061dbdc08f65dc SHA256 6a2d343e6dd0c7e43568f2ddcf0f4af1258679f2c1e9e6d20c54c2b2c95b7db9 -EBUILD gnome-color-manager-9999.ebuild 820 RMD160 b906078e5b14ff4528156bbbf9ca2ac44f08fa73 SHA1 fe637f7e2e1b8ff8b1b396e906daf55a3f0e8b99 SHA256 8768464232966a1be9640ee15dc3c58eccf47201de4354c797177ea7b11a8ddf diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild deleted file mode 100644 index b98cffb..0000000 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit autotools gnome2 git - -EGIT_REPO_URI="git://git.gnome.org/gnome-color-manager" - -DESCRIPTION="Color management framework for the GNOME desktop" -HOMEPAGE="http://projects.gnome.org/gnome-color-manager/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.14 - >=x11-libs/gtk+-2.14 - >=gnome-base/gnome-desktop-2.14 - >=gnome-base/gconf-2.0 - >=dev-libs/libunique-1.0 - >=x11-libs/vte-0.22.2 - >=sys-fs/udev-145[extras] - >=dev-libs/dbus-glib-0.73 - >=x11-apps/xrandr-1.2 - x11-libs/libXxf86vm - x11-libs/libX11" - -DEPEND="${RDEPEND} - dev-util/gtk-doc" - -DOCS="AUTHORS MAINTAINERS NEWS README" - -src_unpack() { - git_src_unpack - - cd ${S} - ./autogen.sh -} - |