diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-11 22:31:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-11 22:31:10 +0000 |
commit | 0c4ceeacdae0ed823cc851666f810a825a15bbe9 (patch) | |
tree | 7ff0ea5d65b35a30923499beb03552fc654d0774 /x11-themes/xcursor-neutral | |
parent | fix typo (diff) | |
download | gentoo-2-0c4ceeacdae0ed823cc851666f810a825a15bbe9.tar.gz gentoo-2-0c4ceeacdae0ed823cc851666f810a825a15bbe9.tar.bz2 gentoo-2-0c4ceeacdae0ed823cc851666f810a825a15bbe9.zip |
Remove old with false libpng depend.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/xcursor-neutral')
-rw-r--r-- | x11-themes/xcursor-neutral/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild | 26 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-themes/xcursor-neutral/Manifest b/x11-themes/xcursor-neutral/Manifest index 2083fe82e15a..e3786a40bccd 100644 --- a/x11-themes/xcursor-neutral/Manifest +++ b/x11-themes/xcursor-neutral/Manifest @@ -1,6 +1,4 @@ -DIST 28310-neutral-1.13a.tar.gz 68777 RMD160 94a53a8c4e62ac7638273029aadcb8195a8a4cd2 SHA1 2395b24c2c9ef5234a0535915530a71c2715370f SHA256 f67f613fa1e16742f144f26ef149fb24a55fe59c4237aa9a7d124c133484b0f9 DIST 48837-Neutral_Plus_1.2.tar.bz2 61354 RMD160 9a5dbd8c0d8811a9262873fa71a9f9981edaf27a SHA1 abddb75314374a65b6066fdddae23699768fe771 SHA256 6b496406128fb3effd4e87159a29811d12a1b2f071e1341e67a6744c57d206dd -EBUILD xcursor-neutral-1.13a.ebuild 787 RMD160 b5089fc33d0d0b78ad5f3b98639a0ddf628eb507 SHA1 f0269842bfedfa571f7eb16c0219136498c73d14 SHA256 c0fc51716c5c5d6eb56f316f179e6bbe1ce2b84aa3154d15a3a727eaff419747 EBUILD xcursor-neutral-1.20.ebuild 968 RMD160 9790654499fa18d529e2ac2ef89fd2f624052f70 SHA1 fc18931ecd6c421ede7f0d8eed183a13f8f3eb6b SHA256 e2864cf0621b31fae4c99ba84d1f969d79c03adac67563e3c69e4ab0fc6b1663 MISC ChangeLog 1778 RMD160 066494269655926a6dd1e98b73b25a5d16706260 SHA1 37e7e84442a43dfbdabb9b5790fd7e3e1f5ce498 SHA256 56cff21223871ffba7c5be8ab3e7fea299a40b1f13784846d67a0b9564bfbab8 MISC metadata.xml 263 RMD160 3a7c4caf761fd53690c78d1352c1f7c2858a2c3b SHA1 0a3e12eb5d6d1c8e869b12ce442e89791f96d1a9 SHA256 05cfd5d6b86ee3f8cfda20636cefb676c252d2f4410b610d4f189ea8bfdff37e diff --git a/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild b/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild deleted file mode 100644 index c25a7a306974..000000000000 --- a/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild,v 1.6 2010/02/24 14:20:44 ssuominen Exp $ - -DESCRIPTION="The standard X.Org mouse cursor with shadows and animations" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=28310" -SRC_URI="http://www.kde-look.org/content/files/28310-neutral-1.13a.tar.gz" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXcursor - =media-libs/libpng-1.2*" -DEPEND="${RDEPEND} - x11-apps/xcursorgen" - -S=${WORKDIR}/neutral - -src_install() { - insinto /usr/share/cursors/xorg-x11/neutral/ - doins -r "${S}"/cursors/ - doins "${S}"/index.theme -} |