Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/
Date: Mon, 27 Nov 2017 12:29:58
Message-Id: 1511785730.c6291efde1d80f769e900ce4fe6476c4429c95e3.voyageur@gentoo
1 commit: c6291efde1d80f769e900ce4fe6476c4429c95e3
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 11:29:00 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 12:28:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6291efd
7
8 x11-plugins/wmtime: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmtime/Manifest | 3 --
13 x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild | 60 ---------------------------
14 x11-plugins/wmtime/wmtime-1.2.ebuild | 34 ---------------
15 3 files changed, 97 deletions(-)
16
17 diff --git a/x11-plugins/wmtime/Manifest b/x11-plugins/wmtime/Manifest
18 index 47be37e79a7..60b51126ae3 100644
19 --- a/x11-plugins/wmtime/Manifest
20 +++ b/x11-plugins/wmtime/Manifest
21 @@ -1,4 +1 @@
22 -DIST wmtime-1.2.tar.gz 23219 SHA256 ff39675d2c51e1d0774bdc181f27966fcf8f063bb0a4c8cfda9c83d9978a0b1a SHA512 d81be07012a9efd93a51219d6b63a76d88c8916af0b3ed990c3005621f643c70fadc31ebc8fef11c1605f303bc3e036c2014809c5368f4acaff8b7a1c1665c15 WHIRLPOOL 18067140573474c6b5ad3d01c00b353b55e6caee05cf474e0daf9483b9cab58df4d6dfcecbca53cc6015417f122f8ae920277359de682c7b9943ed09e8368b55
23 DIST wmtime-1.4.tar.gz 19200 SHA256 6a112a2c7e22002b2c9d69479b95d4bae0ea29b310da71e612f540300c6def04 SHA512 46e35ffe41aaa55a651fa2a4002ab83fd45f901dc12ce1e0ed981666b9b620aa11666920f595fc3a782c54cc036491e0c676fb760a38cd6f6b24e264723b87fb WHIRLPOOL a8a300e5110ca0ae24d725c0c40d0b893047d5d450ba2d861898c7a47063efc9756fe2f32c7e5850d56f81653b07806a3ce6bf223d7dd01c8cc681eff06081ee
24 -DIST wmtime_1.0b2-9.diff.gz 8234 SHA256 189512286950bd5f8ab41d41c3ccbeee8811be95519ef9b03b12aeadded8312d SHA512 1ee089138bd4b94affbab8e089d5c59ab49d712be5f44132c69d0da44ae36ace879b51fe7c52174d0f60c7acdd2913ffeadcada55bbd166a0c7e74714711d76b WHIRLPOOL 57c49476424db9b9f0cb1d0c1faed54ead7540a42f52d7568208cd879ddfaa53812b6aac4e7ccdb0d356e88542cde16fa7be3f159e2ce7932d48c3dba1d060d7
25 -DIST wmtime_1.0b2.orig.tar.gz 20483 SHA256 a526b95a16b8451ee9a05b57d97251e3d9efd5e7b7143d3592767b87a3941375 SHA512 944f3238379dce8de8a0b91e642e7f9ae3e9866fdcbb99a0c73b9ee91c072ab9b89526814c8441e873b77c83557c3cd06cc7156ac8b31ab5098caf97657f2cff WHIRLPOOL 15979baae28ede82a696a8f51cb4318f675dae0533048cede7398632ca34b7138e6fe3a7e227ef30c7992e305a4bc5aeb8fc6c508986a39698004929aca78bbd
26
27 diff --git a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
28 deleted file mode 100644
29 index 3a15f2b62dc..00000000000
30 --- a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
31 +++ /dev/null
32 @@ -1,60 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -inherit eutils versionator
37 -
38 -MY_PV="$(get_version_component_range 1-2)"
39 -MY_PL="$(get_version_component_range 3)"
40 -MY_PL="${MY_PL/beta/b}"
41 -MY_PV="${MY_PV}${MY_PL}"
42 -MY_PL="$(get_version_component_range 4)"
43 -MY_PL="${MY_PL/p/}"
44 -
45 -IUSE=""
46 -
47 -DESCRIPTION="applet which displays the date and time in a dockable tile"
48 -SRC_URI="http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}.orig.tar.gz
49 - http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}-${MY_PL}.diff.gz"
50 -HOMEPAGE="https://packages.qa.debian.org/w/wmtime.html"
51 -
52 -SLOT="0"
53 -KEYWORDS="~amd64 x86"
54 -LICENSE="GPL-2"
55 -
56 -RDEPEND="x11-libs/libX11
57 - x11-libs/libXext
58 - x11-libs/libXau
59 - x11-libs/libXdmcp
60 - x11-libs/libXpm"
61 -DEPEND="${RDEPEND}
62 - x11-proto/xproto
63 - x11-proto/xextproto
64 - >=sys-apps/sed-4"
65 -
66 -S="${WORKDIR}/${PN}-${MY_PV}.orig/${PN}"
67 -
68 -src_unpack() {
69 - unpack ${A}
70 - cd "${WORKDIR}"
71 -
72 - # apply debian patch
73 - epatch "${PN}_${MY_PV}-${MY_PL}.diff"
74 -
75 - # honour Gentoo LDFLAGS, bug #335799
76 - sed -i "s/-o wmtime/\$(LDFLAGS) -o wmtime/" "${S}/Makefile"
77 -}
78 -
79 -src_compile() {
80 - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
81 -}
82 -
83 -src_install () {
84 - dobin wmtime
85 - doman wmtime.1
86 -
87 - cd ..
88 - dodoc BUGS CHANGES HINTS README TODO
89 -
90 - # install sample config file, too
91 - dodoc debian/wmtimerc
92 -}
93
94 diff --git a/x11-plugins/wmtime/wmtime-1.2.ebuild b/x11-plugins/wmtime/wmtime-1.2.ebuild
95 deleted file mode 100644
96 index eae82c6c4cc..00000000000
97 --- a/x11-plugins/wmtime/wmtime-1.2.ebuild
98 +++ /dev/null
99 @@ -1,34 +0,0 @@
100 -# Copyright 1999-2016 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=5
104 -inherit toolchain-funcs
105 -
106 -DESCRIPTION="applet which displays the date and time in a dockable tile"
107 -HOMEPAGE="http://www.dockapps.net/wmtime"
108 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
109 -
110 -LICENSE="GPL-2"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~x86"
113 -IUSE=""
114 -
115 -RDEPEND="x11-libs/libX11
116 - x11-libs/libXext
117 - x11-libs/libXau
118 - x11-libs/libXdmcp
119 - x11-libs/libXpm"
120 -DEPEND="${RDEPEND}
121 - x11-proto/xproto"
122 -
123 -S=${WORKDIR}/dockapps
124 -
125 -src_compile() {
126 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
127 -}
128 -
129 -src_install () {
130 - emake DESTDIR="${D}" PREFIX=/usr install
131 -
132 - dodoc BUGS CHANGES HINTS README TODO
133 -}