diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-23 07:13:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-23 07:13:35 +0000 |
commit | 6366bb8c47af92826d2c8b82acc5bdb4995c19ba (patch) | |
tree | 139396da800ef308dd52852c3a07fb0f9b2c498e /x11-misc | |
parent | Moving bugfixes into stable 86, amd64, and sparc. (Manifest recommit) (diff) | |
download | gentoo-2-6366bb8c47af92826d2c8b82acc5bdb4995c19ba.tar.gz gentoo-2-6366bb8c47af92826d2c8b82acc5bdb4995c19ba.tar.bz2 gentoo-2-6366bb8c47af92826d2c8b82acc5bdb4995c19ba.zip |
clean out old ebuilds
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/idesk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/idesk/files/digest-idesk-0.3.5 | 1 | ||||
-rw-r--r-- | x11-misc/idesk/files/digest-idesk-0.3.5-r2 | 1 | ||||
-rw-r--r-- | x11-misc/idesk/files/digest-idesk-0.5.5 | 1 | ||||
-rw-r--r-- | x11-misc/idesk/idesk-0.3.5-r2.ebuild | 46 | ||||
-rw-r--r-- | x11-misc/idesk/idesk-0.3.5.ebuild | 42 | ||||
-rw-r--r-- | x11-misc/idesk/idesk-0.5.5.ebuild | 54 |
7 files changed, 5 insertions, 146 deletions
diff --git a/x11-misc/idesk/ChangeLog b/x11-misc/idesk/ChangeLog index 5ebb496e6971..125491cfe305 100644 --- a/x11-misc/idesk/ChangeLog +++ b/x11-misc/idesk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/idesk # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.16 2004/06/01 13:14:59 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.17 2004/06/23 07:13:34 mr_bones_ Exp $ + + 23 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> -idesk-0.3.5-r2.ebuild, + -idesk-0.3.5.ebuild, -idesk-0.5.5.ebuild: + clean out old ebuilds 01 Jun 2004; Brandon Hale <tseng@gentoo.org> idesk-0.5.5.ebuild, idesk-0.5.6.ebuild: diff --git a/x11-misc/idesk/files/digest-idesk-0.3.5 b/x11-misc/idesk/files/digest-idesk-0.3.5 deleted file mode 100644 index 4252c52b980f..000000000000 --- a/x11-misc/idesk/files/digest-idesk-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c87edbc3d7db462df576b7e26a04161 idesk-0.3.5.tar.gz 7966 diff --git a/x11-misc/idesk/files/digest-idesk-0.3.5-r2 b/x11-misc/idesk/files/digest-idesk-0.3.5-r2 deleted file mode 100644 index 4252c52b980f..000000000000 --- a/x11-misc/idesk/files/digest-idesk-0.3.5-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c87edbc3d7db462df576b7e26a04161 idesk-0.3.5.tar.gz 7966 diff --git a/x11-misc/idesk/files/digest-idesk-0.5.5 b/x11-misc/idesk/files/digest-idesk-0.5.5 deleted file mode 100644 index dbff9076d758..000000000000 --- a/x11-misc/idesk/files/digest-idesk-0.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 14c4e2f324e235e82248838939d0b56c idesk-0.5.5.tar.gz 28372 diff --git a/x11-misc/idesk/idesk-0.3.5-r2.ebuild b/x11-misc/idesk/idesk-0.3.5-r2.ebuild deleted file mode 100644 index c89ebccb2f4b..000000000000 --- a/x11-misc/idesk/idesk-0.3.5-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.3.5-r2.ebuild,v 1.6 2004/04/27 20:44:03 agriffis Exp $ -DESCRIPTION="Utility to place icons on the root window" - -inherit eutils - -HOMEPAGE="http://cvs.gentoo.org/~absinthe/idesk/index.html" -SRC_URI="http://cvs.gentoo.org/~absinthe/idesk/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND=">media-libs/imlib-1.9.14 - virtual/x11 - media-libs/freetype" - -src_unpack() { - unpack ${A} - cd ${S} - - # fix for xft2 the ugly way - CXXFLAGS="${CXXFLAGS} -I/usr/include/freetype2 -U__linux__" - #Allow for more robust CXXFLAGS - mv Makefile Makefile.orig - sed -e "s:-g -O2:${CXXFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - epatch ${FILESDIR}/${P}-clickbox-and-singleclick.patch - emake || die -} - -src_install() { - exeinto /usr/bin - doexe idesk - dodoc README - doman ${FILESDIR}/idesk.1 ${FILESDIR}/ideskrc.5 -} - -pkg_postinst() { - einfo - einfo "NOTE: Please refer to ${HOMEPAGE}" - einfo "NOTE: For info on configuring ${PN}" - einfo -} diff --git a/x11-misc/idesk/idesk-0.3.5.ebuild b/x11-misc/idesk/idesk-0.3.5.ebuild deleted file mode 100644 index 5d83c8645195..000000000000 --- a/x11-misc/idesk/idesk-0.3.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.3.5.ebuild,v 1.5 2004/04/27 20:44:03 agriffis Exp $ -DESCRIPTION="Utility to place icons on the root window" - -HOMEPAGE="http://linuxhelp.hn.org/idesk.php" -SRC_URI="http://linuxhelp.hn.org/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">media-libs/imlib-1.9.14 - virtual/x11" - -S="${WORKDIR}/${P}" - -src_unpack() { - unpack ${A} - cd ${S} - - #Allow for more robust CXXFLAGS - mv Makefile Makefile.orig - sed -e "s/-g -O2/${CXXFLAGS}/" Makefile.orig > Makefile -} - -src_compile() { - emake || die -} - -src_install() { - exeinto /usr/bin - doexe idesk - dodoc README -} - -pkg_postinst() { - einfo - einfo "NOTE: Please refer to ${HOMEPAGE}" - einfo "NOTE: For info on configuring ${PN}" - einfo -} diff --git a/x11-misc/idesk/idesk-0.5.5.ebuild b/x11-misc/idesk/idesk-0.5.5.ebuild deleted file mode 100644 index 8db07256f1e0..000000000000 --- a/x11-misc/idesk/idesk-0.5.5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.5.5.ebuild,v 1.7 2004/06/01 13:14:59 tseng Exp $ - -DESCRIPTION="Utility to place icons on the root window" -HOMEPAGE="http://idesk.timmfin.net" -SRC_URI="http://idesk.timmfin.net/releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -DEPEND=">media-libs/imlib-1.9.14 - virtual/x11 - media-libs/freetype - >=gnome-base/librsvg-2.2.5 - >=dev-util/pkgconfig-0.12.0 - dev-libs/libxml2 - =dev-libs/glib-2* - gnome-extra/libgsf - =x11-libs/pango-1* - =x11-libs/gtk+-2* - media-libs/libart_lgpl" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cd ${S} - - #Allow for more robust CXXFLAGS - mv Makefile Makefile.orig - sed -e "s:= -g -W #-Wall:= ${CXXFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - emake || die -} - -src_install() { - exeinto /usr/bin - doexe idesk - dodoc README - newman ${FILESDIR}/idesk05.1 idesk.1 - newman ${FILESDIR}/ideskrc05.5 ideskrc.5 -} - -pkg_postinst() { - einfo - einfo "NOTE: Please refer to ${HOMEPAGE}" - einfo "NOTE: For info on configuring ${PN}" - einfo -} |