diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-16 02:51:00 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-16 02:51:00 +0100 |
commit | 69c365e64ab71be29b7813ac3d8e746f53a3a08d (patch) | |
tree | 10082acc7b724e62806391032bde227448b0a61c /x11-plugins/pidgimpd | |
parent | 807240457458d3287fca008be82f9a6d86cc0d91 (diff) | |
download | overlay-69c365e64ab71be29b7813ac3d8e746f53a3a08d.tar.gz overlay-69c365e64ab71be29b7813ac3d8e746f53a3a08d.tar.bz2 overlay-69c365e64ab71be29b7813ac3d8e746f53a3a08d.zip |
Remove pidgimpd - it is in sunrise
Diffstat (limited to '')
-rw-r--r-- | x11-plugins/pidgimpd/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/pidgimpd/pidgimpd-1.1.ebuild | 24 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/pidgimpd/Manifest b/x11-plugins/pidgimpd/Manifest deleted file mode 100644 index ad4a054..0000000 --- a/x11-plugins/pidgimpd/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pidgimpd-1.1.tar.bz2 236458 RMD160 afef49e7207bcf1cc648655b1f4a2346b8fd7040 SHA1 e23341d316988f4439b3a3a78f4efeee6a888bc3 SHA256 86bd927c4458344a904bd4192260aa4c4e26135ecc85cf6331232dfc51f46356 -EBUILD pidgimpd-1.1.ebuild 571 RMD160 02455c705d0dacc86a68be2982017af904c996e2 SHA1 98735c310e1848b6b96ba276579b912b4905363b SHA256 c95853efc90ee854e15cce4e34dbbc1a55b795546fad32fca15ef3bb8b876e07 diff --git a/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild b/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild deleted file mode 100644 index 827d958..0000000 --- a/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -DESCRIPTION="PidgiMPD is a Pidgin plugin for monitoring/controlling MPD." -HOMEPAGE="http://ayeon.org/projects/pidgimpd/" -SRC_URI="http://ayeon.org/projects/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="net-im/pidgin[gtk] - media-libs/libmpd" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO || die "dodoc failed" -} |