commit:     c6291efde1d80f769e900ce4fe6476c4429c95e3
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 11:29:00 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 12:28:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6291efd

x11-plugins/wmtime: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmtime/Manifest                   |  3 --
 x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild | 60 ---------------------------
 x11-plugins/wmtime/wmtime-1.2.ebuild          | 34 ---------------
 3 files changed, 97 deletions(-)

diff --git a/x11-plugins/wmtime/Manifest b/x11-plugins/wmtime/Manifest
index 47be37e79a7..60b51126ae3 100644
--- a/x11-plugins/wmtime/Manifest
+++ b/x11-plugins/wmtime/Manifest
@@ -1,4 +1 @@
-DIST wmtime-1.2.tar.gz 23219 SHA256 
ff39675d2c51e1d0774bdc181f27966fcf8f063bb0a4c8cfda9c83d9978a0b1a SHA512 
d81be07012a9efd93a51219d6b63a76d88c8916af0b3ed990c3005621f643c70fadc31ebc8fef11c1605f303bc3e036c2014809c5368f4acaff8b7a1c1665c15
 WHIRLPOOL 
18067140573474c6b5ad3d01c00b353b55e6caee05cf474e0daf9483b9cab58df4d6dfcecbca53cc6015417f122f8ae920277359de682c7b9943ed09e8368b55
 DIST wmtime-1.4.tar.gz 19200 SHA256 
6a112a2c7e22002b2c9d69479b95d4bae0ea29b310da71e612f540300c6def04 SHA512 
46e35ffe41aaa55a651fa2a4002ab83fd45f901dc12ce1e0ed981666b9b620aa11666920f595fc3a782c54cc036491e0c676fb760a38cd6f6b24e264723b87fb
 WHIRLPOOL 
a8a300e5110ca0ae24d725c0c40d0b893047d5d450ba2d861898c7a47063efc9756fe2f32c7e5850d56f81653b07806a3ce6bf223d7dd01c8cc681eff06081ee
-DIST wmtime_1.0b2-9.diff.gz 8234 SHA256 
189512286950bd5f8ab41d41c3ccbeee8811be95519ef9b03b12aeadded8312d SHA512 
1ee089138bd4b94affbab8e089d5c59ab49d712be5f44132c69d0da44ae36ace879b51fe7c52174d0f60c7acdd2913ffeadcada55bbd166a0c7e74714711d76b
 WHIRLPOOL 
57c49476424db9b9f0cb1d0c1faed54ead7540a42f52d7568208cd879ddfaa53812b6aac4e7ccdb0d356e88542cde16fa7be3f159e2ce7932d48c3dba1d060d7
-DIST wmtime_1.0b2.orig.tar.gz 20483 SHA256 
a526b95a16b8451ee9a05b57d97251e3d9efd5e7b7143d3592767b87a3941375 SHA512 
944f3238379dce8de8a0b91e642e7f9ae3e9866fdcbb99a0c73b9ee91c072ab9b89526814c8441e873b77c83557c3cd06cc7156ac8b31ab5098caf97657f2cff
 WHIRLPOOL 
15979baae28ede82a696a8f51cb4318f675dae0533048cede7398632ca34b7138e6fe3a7e227ef30c7992e305a4bc5aeb8fc6c508986a39698004929aca78bbd

diff --git a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild 
b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
deleted file mode 100644
index 3a15f2b62dc..00000000000
--- a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils versionator
-
-MY_PV="$(get_version_component_range 1-2)"
-MY_PL="$(get_version_component_range 3)"
-MY_PL="${MY_PL/beta/b}"
-MY_PV="${MY_PV}${MY_PL}"
-MY_PL="$(get_version_component_range 4)"
-MY_PL="${MY_PL/p/}"
-
-IUSE=""
-
-DESCRIPTION="applet which displays the date and time in a dockable tile"
-SRC_URI="http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}.orig.tar.gz
-       
http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}-${MY_PL}.diff.gz";
-HOMEPAGE="https://packages.qa.debian.org/w/wmtime.html";
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-LICENSE="GPL-2"
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-proto/xproto
-       x11-proto/xextproto
-       >=sys-apps/sed-4"
-
-S="${WORKDIR}/${PN}-${MY_PV}.orig/${PN}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${WORKDIR}"
-
-       # apply debian patch
-       epatch "${PN}_${MY_PV}-${MY_PL}.diff"
-
-       # honour Gentoo LDFLAGS, bug #335799
-       sed -i "s/-o wmtime/\$(LDFLAGS) -o wmtime/" "${S}/Makefile"
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install () {
-       dobin wmtime
-       doman wmtime.1
-
-       cd ..
-       dodoc BUGS CHANGES HINTS README TODO
-
-       # install sample config file, too
-       dodoc debian/wmtimerc
-}

diff --git a/x11-plugins/wmtime/wmtime-1.2.ebuild 
b/x11-plugins/wmtime/wmtime-1.2.ebuild
deleted file mode 100644
index eae82c6c4cc..00000000000
--- a/x11-plugins/wmtime/wmtime-1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="applet which displays the date and time in a dockable tile"
-HOMEPAGE="http://www.dockapps.net/wmtime";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-proto/xproto"
-
-S=${WORKDIR}/dockapps
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install () {
-       emake DESTDIR="${D}" PREFIX=/usr install
-
-       dodoc BUGS CHANGES HINTS README TODO
-}

Reply via email to