diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 16:48:45 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 16:50:27 +0100 |
commit | fd5ec88adddcda172caad4ee8c92bf6105329362 (patch) | |
tree | 80f9f6a5a6ec933f665836df6d51c688d3de1d68 /x11-plugins/wmlongrun | |
parent | net-misc/nxplayer: remove myself from maintainers (diff) | |
download | gentoo-fd5ec88adddcda172caad4ee8c92bf6105329362.tar.gz gentoo-fd5ec88adddcda172caad4ee8c92bf6105329362.tar.bz2 gentoo-fd5ec88adddcda172caad4ee8c92bf6105329362.zip |
x11-plugins/wmlongrun: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmlongrun')
-rw-r--r-- | x11-plugins/wmlongrun/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 24 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-plugins/wmlongrun/Manifest b/x11-plugins/wmlongrun/Manifest index 596f48b62a7e..69b3f24d7c73 100644 --- a/x11-plugins/wmlongrun/Manifest +++ b/x11-plugins/wmlongrun/Manifest @@ -1,3 +1 @@ -DIST wmlongrun-0.2.0.tar.gz 74725 SHA256 b618d863673ca44ee26d2b96b401a66b9552e9f72566628c3e05278ab7da5837 SHA512 736b6e3c4532bf4b4be04a5ec27a665d1ab86ca301059e37af1fc70b611119e367137b8018b8b395b98a417fae9410ea3504399ebe9fb3d7fcea4a214a0e16f8 WHIRLPOOL 1bffffbbdd52758ae6fdc2824919d3ca4ea6062c7fff9115ec84bb2cbe7d98a0d7afc1203dfd9f7a8d097d8f8ac8e39e4f7b4ee32bbcbe9f0b45c3681538b7ae -DIST wmlongrun-0.3.0pre1.tar.gz 75257 SHA256 f6161344878ff668bc558379f67c24f468effb7be6e6310f8fd3f81834ecea48 SHA512 34d8b68b75cebb3b67a9271f565c195e89ce23d3770958c241daa6685b64715e40b1e8f86e91350e7ee613eb4075d849fee1ccf91755ed0cd20c4e451d7a999f WHIRLPOOL d08fb1c47851f6f38bc8c389c79f44ad7860b88b8d88a841910ac844501d7a7fdb3a73e3356c2780b77d0dfcc36d88a85414f6038de4bdf5fb4211a3cb2af750 DIST wmlongrun-0.3.1.tar.gz 147511 SHA256 9e10cb13ebbf9dab61fc6929e8631669106c4edbbbf116f2f4b9eeb2a235ca52 SHA512 8bbd6b50ef566f5a7e1cc5f3f183ba74c43fa39accdb5c740e5a6f00a62c1f1c2298053705a24f2f6c8adabd99465be85d927fb9dd45899a65a5efa936fc2f56 WHIRLPOOL 6d82dd4f946c5cc5d660ab0f15605b818384fafe8d337b6a2d71c22d570a4bf756c52695bcb9d9a6574e3c953be0ffe7bb7930b229a68d7d2bdb350f43e8100a diff --git a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild deleted file mode 100644 index 5a9b02edb6df..000000000000 --- a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/38" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -# Since this will only work with a Crusoe processor, it's safe to assume that -# the functionality is only available on x86. -KEYWORDS="x86 -*" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README AUTHORS TODO MAKEDEV-cpuid-msr -} diff --git a/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild deleted file mode 100644 index dd57f4e8aab5..000000000000 --- a/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/38" -SRC_URI="mirror://gentoo/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 -*" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -S=${WORKDIR}/${P/_/} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog MAKEDEV* NEWS README TODO -} |