diff options
author | 2007-07-25 15:44:30 +0000 | |
---|---|---|
committer | 2007-07-25 15:44:30 +0000 | |
commit | c03b7e06793636c722f959611fc68d4b07f3d061 (patch) | |
tree | 40ca8bc088b5febbff9f40aaffc5cbcc0592739a | |
parent | version bump (diff) | |
download | historical-c03b7e06793636c722f959611fc68d4b07f3d061.tar.gz historical-c03b7e06793636c722f959611fc68d4b07f3d061.tar.bz2 historical-c03b7e06793636c722f959611fc68d4b07f3d061.zip |
Remove unused version.
Package-Manager: portage-2.1.3_rc9
4 files changed, 0 insertions, 59 deletions
diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 deleted file mode 100644 index ce08f6fd6272..000000000000 --- a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fb6d9c18d2598a5a0a9e56ae058c0f50 wmclockmon-0.8.0.tar.gz 141082 -RMD160 54ee03502be40bf9ef98f0639411269b4abaa464 wmclockmon-0.8.0.tar.gz 141082 -SHA256 8c72294a9dfebe9398d89597e47b9f39b6e5e2636c7b5b0fea6da455ed2719d6 wmclockmon-0.8.0.tar.gz 141082 diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild deleted file mode 100644 index 2b1abdb900e3..000000000000 --- a/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild,v 1.5 2006/01/24 22:43:20 nelchael Exp $ - -IUSE="" - -DESCRIPTION="digital clock dockapp with seven different styles with a LCD or LED display. Also has a Internet Time feature." -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" - -SLOT="0" -KEYWORDS="x86 ~sparc amd64 ppc ppc64" -LICENSE="GPL-2" - -DEPEND="=x11-libs/gtk+-1.2*" - -src_install () { - einstall || die "make install failed" - - dodoc AUTHORS BUGS ChangeLog THANKS TODO doc/sample.wmclockmonrc -} diff --git a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 deleted file mode 100644 index 1fb4017f8023..000000000000 --- a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ec10376dfb9b43eb7b519b20a1da71e6 wmfishtime-1.23.tar.gz 21730 -RMD160 94300838adb2b24d9821922dcc04006096ad9171 wmfishtime-1.23.tar.gz 21730 -SHA256 3d5aa0c284459169f007cacc46cbdc9da9770cff1f48825c55aece3e9453f76e wmfishtime-1.23.tar.gz 21730 diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild deleted file mode 100644 index 92d71a066dbc..000000000000 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.13 2005/11/10 09:10:57 s4t4n Exp $ - -# to make this work in KDE, run it with the -b option :) -IUSE="" -DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc ppc64" - -DEPEND="=x11-libs/gtk+-1.2* - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} ; cd ${S} - sed -i -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile -} - -src_compile() { - make || die -} - -src_install () { - into /usr - dobin wmfishtime - doman wmfishtime.1 - dodoc ALL_I_GET_IS_A_GRAY_BOX CODING README AUTHORS -} |