Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wcd/
Date: Mon, 29 Aug 2022 19:43:52
Message-Id: 1661802219.3bffd3848bb75b7a4805e6ab2c25fa89f1c157b5.asturm@gentoo
1 commit: 3bffd3848bb75b7a4805e6ab2c25fa89f1c157b5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 21:14:18 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 19:43:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bffd384
7
8 app-misc/wcd: drop 6.0.2-r1, 6.0.3-r1, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-misc/wcd/Manifest | 1 -
13 app-misc/wcd/wcd-6.0.2-r1.ebuild | 45 ---------------------------------------
14 app-misc/wcd/wcd-6.0.3-r1.ebuild | 46 ----------------------------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/app-misc/wcd/Manifest b/app-misc/wcd/Manifest
18 index 72f7a3198884..65c4da15769e 100644
19 --- a/app-misc/wcd/Manifest
20 +++ b/app-misc/wcd/Manifest
21 @@ -1,2 +1 @@
22 -DIST wcd-6.0.2.tar.gz 713062 BLAKE2B 13a745fd698b009aedb19e688a5deec7d62c42acf2dc430b7f586f300712ad684e8530a9b2477cf2d7a6540769efc98c245215cbe756b78c3902d03430b034d9 SHA512 587a52efaf0a585e4fc8a04a0eb08445cf4c78d38abd7592658f61827aa6cc0f1e8af8643c411d22d74145479c9970b018b11fc7a2a08b4ba7c850097813b06f
23 DIST wcd-6.0.3.tar.gz 813763 BLAKE2B 2e215c427914705213590d7c5182bebf39becbf24238bd71c5fdd12f7e63894b2ad571793f6d25833edd3f7cd4f3acbb07bbc821880c22d7a5d4f373cd972055 SHA512 b48a6f8a196725b4b570701813cf8a96e13e4fd6289b6c779218acc20ea1ea841e5f8648f717bb389976b715b95856e91bad3ffb20f8d80961d75eae8eacfbe8
24
25 diff --git a/app-misc/wcd/wcd-6.0.2-r1.ebuild b/app-misc/wcd/wcd-6.0.2-r1.ebuild
26 deleted file mode 100644
27 index 075149a043de..000000000000
28 --- a/app-misc/wcd/wcd-6.0.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="Wherever Change Directory"
39 -HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
40 -SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
41 -
42 -SLOT="0"
43 -LICENSE="GPL-2"
44 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
45 -IUSE="nls unicode"
46 -
47 -CDEPEND="
48 - sys-libs/ncurses:=[unicode(+)?]
49 - unicode? ( dev-libs/libunistring:= )"
50 -DEPEND="${CDEPEND}
51 - app-text/ghostscript-gpl
52 - virtual/pkgconfig
53 -"
54 -RDEPEND="${CDEPEND}"
55 -
56 -S="${WORKDIR}/${P}/src"
57 -
58 -src_prepare() {
59 - eapply -p2 "${FILESDIR}"/${PN}-6.0.2-gentoo.patch
60 - eapply_user
61 - tc-export CC PKG_CONFIG
62 -}
63 -
64 -src_compile() {
65 - local mycompile="LFS=1"
66 - use nls || mycompile+=" ENABLE_NLS="
67 - use unicode && mycompile+=" UCS=1 UNINORM=1"
68 - emake ${mycompile}
69 -}
70 -
71 -src_install() {
72 - local DOCS=( ../README.txt )
73 - default
74 - emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
75 -}
76
77 diff --git a/app-misc/wcd/wcd-6.0.3-r1.ebuild b/app-misc/wcd/wcd-6.0.3-r1.ebuild
78 deleted file mode 100644
79 index 01ed3f51b461..000000000000
80 --- a/app-misc/wcd/wcd-6.0.3-r1.ebuild
81 +++ /dev/null
82 @@ -1,46 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -inherit toolchain-funcs
89 -
90 -DESCRIPTION="Wherever Change Directory"
91 -HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
92 -SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
97 -IUSE="nls unicode"
98 -
99 -CDEPEND="
100 - sys-libs/ncurses:=[unicode(+)?]
101 - unicode? ( dev-libs/libunistring:= )"
102 -DEPEND="${CDEPEND}"
103 -BDEPEND="
104 - app-text/ghostscript-gpl
105 - virtual/pkgconfig
106 -"
107 -RDEPEND="${CDEPEND}"
108 -
109 -S="${WORKDIR}/${P}/src"
110 -
111 -src_prepare() {
112 - eapply -p2 "${FILESDIR}"/${PN}-6.0.2-gentoo.patch
113 - eapply_user
114 - tc-export CC PKG_CONFIG
115 -}
116 -
117 -src_compile() {
118 - local mycompile="LFS=1"
119 - use nls || mycompile+=" ENABLE_NLS="
120 - use unicode && mycompile+=" UCS=1 UNINORM=1"
121 - emake ${mycompile}
122 -}
123 -
124 -src_install() {
125 - local DOCS=( ../README.txt )
126 - default
127 - emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
128 -}