diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 03:28:19 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 03:28:19 +0000 |
commit | b2ddf4a9ba00212a053029479824c000221ecc7c (patch) | |
tree | 225f7225f6e0e66743629911995f26ee9c0edaeb /xfce-extra/xfce4-notes | |
parent | punt virtual/kernel since its long dead #107940 (diff) | |
download | gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.gz gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.bz2 gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.zip |
Remove allot of old crufty versions.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/xfce4-notes')
-rw-r--r-- | xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.9.7 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.9.7.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.9.7 b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.9.7 deleted file mode 100644 index d996b5484101..000000000000 --- a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.9.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d043d4f5b00b4a7f3d5107b65d81de8e xfce4-notes-plugin-0.9.7.tar.gz 326290 diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.9.7.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.9.7.ebuild deleted file mode 100644 index 489c7a4569cd..000000000000 --- a/xfce-extra/xfce4-notes/xfce4-notes-0.9.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.9.7.ebuild,v 1.10 2005/01/06 23:41:11 bcowan Exp $ - -MY_P="${PN}-plugin-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Xfce4 panel sticky notes plugin" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0.6 - dev-libs/libxml2 - xfce-base/xfce4-base" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL README -} |