From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wcd/
Date: Fri, 11 May 2018 15:49:48 +0000 (UTC) [thread overview]
Message-ID: <1526053779.900f4cfab26ce0cb880664b04ed5fb7bd1033899.polynomial-c@gentoo> (raw)
commit: 900f4cfab26ce0cb880664b04ed5fb7bd1033899
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 15:49:39 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri May 11 15:49:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f4cfa
app-misc/wcd: Removed old.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
app-misc/wcd/Manifest | 1 -
app-misc/wcd/wcd-6.0.0.ebuild | 50 -------------------------------------------
2 files changed, 51 deletions(-)
diff --git a/app-misc/wcd/Manifest b/app-misc/wcd/Manifest
index 9b7caadcc21..6757b5f0846 100644
--- a/app-misc/wcd/Manifest
+++ b/app-misc/wcd/Manifest
@@ -1,5 +1,4 @@
DIST wcd-5.2.7.tar.gz 622613 BLAKE2B 85c473ad607022953338872a46251b2010504608d0385a17c6188e76975058af7370fbc393b0a9a1911b6c200f7397fcf45c4426aaa48f5a3f31a696657c444e SHA512 9f5b89d8160f685b729234cc8c03f16b795797dd6eaf2d9e1bbf1949b27ef971908b78642679d3bf1d99b128b390cd5dbd211e4ff03b0539dd287c578088e02e
DIST wcd-5.3.4.tar.gz 610630 BLAKE2B f460de38b0ded0da592df31c12d8f28f890555750f972e395b5178665bdd2bf0514b258f5c2c1338e6a7699224c04153e67d088642626b5611abb9b685d305fd SHA512 fdb6e000876fffbc7bce6e6157282c2b8ef9929c896e5dbd8533314d575cf31656df76cd5c408bb2e495a1fda7f179b122ea2a58da94d5d55d1e2b9c658adc94
-DIST wcd-6.0.0.tar.gz 615838 BLAKE2B d4ccb766736ed6c63339089ff2303f63530a769ce76e400b50b10203e297a4471dea3b2693bb6482ce67ceadbc4e4efacbe13cef0f313c45c94a05d7c2e94586 SHA512 965a6e52324605e6de5bb26ee0abc927a5e06a9f843ce1c4b65359b52418973bf84278c2f5f24fabbfa7342f40f79f4648d616df9a6ce0e9eca5c108ee49f50d
DIST wcd-6.0.1.tar.gz 705577 BLAKE2B 9af2c14bae8cce50ad69b230897f2ae18c6ce899e9ed5d2f9b014ffb5b104c9fd136aa0d8a14110ae08fb1b9d4cc5f7819f42f5f23f5adf34780d16adf801790 SHA512 7a1a97b1dee220f2a425fcd7669ee9a3ca144992fe18444866269499b10bdea1671a5fca13eaa77c12c807d901e7831701e00a35c766021533a922b84b68247e
DIST wcd-6.0.2.tar.gz 713062 BLAKE2B 13a745fd698b009aedb19e688a5deec7d62c42acf2dc430b7f586f300712ad684e8530a9b2477cf2d7a6540769efc98c245215cbe756b78c3902d03430b034d9 SHA512 587a52efaf0a585e4fc8a04a0eb08445cf4c78d38abd7592658f61827aa6cc0f1e8af8643c411d22d74145479c9970b018b11fc7a2a08b4ba7c850097813b06f
diff --git a/app-misc/wcd/wcd-6.0.0.ebuild b/app-misc/wcd/wcd-6.0.0.ebuild
deleted file mode 100644
index 01d10fdcc1d..00000000000
--- a/app-misc/wcd/wcd-6.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Wherever Change Directory"
-HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
-SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls unicode"
-
-CDEPEND="
- sys-libs/ncurses:0=[unicode?]
- unicode? ( dev-libs/libunistring )"
-DEPEND="${CDEPEND}
- app-text/ghostscript-gpl"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}"/${P}/src
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.3.4-gentoo.patch
-)
-
-src_prepare() {
- # Required for stupid eapply function
- pushd .. &>/dev/null || die
- default
- popd &>/dev/null || die
- tc-export CC
-}
-
-src_compile() {
- local mycompile="LFS=1"
- use nls || mycompile="${mycompile} ENABLE_NLS="
- use unicode && mycompile="${mycompile} UCS=1 UNINORM=1"
- emake \
- ${mycompile}
-}
-
-src_install() {
- local DOCS=( ../README.txt )
- default
- emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
-}
next reply other threads:[~2018-05-11 15:49 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-11 15:49 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-16 8:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/wcd/ Sam James
2023-10-16 6:49 Sam James
2023-10-16 6:49 Sam James
2022-12-18 12:15 Sam James
2022-08-29 19:43 Andreas Sturmlechner
2021-12-06 15:23 Sam James
2021-12-06 11:31 Agostino Sarubbo
2021-12-05 5:18 Sam James
2021-10-29 2:00 Sam James
2021-10-26 17:53 Agostino Sarubbo
2021-10-26 13:30 Agostino Sarubbo
2021-06-11 6:56 Sam James
2021-06-11 6:39 Sam James
2021-04-19 19:12 Sam James
2021-04-18 21:27 Sam James
2021-04-18 21:20 Sam James
2017-02-22 15:47 Lars Wendler
2017-02-22 15:47 Lars Wendler
2017-01-04 13:37 Lars Wendler
2016-10-17 7:19 Lars Wendler
2016-10-17 7:19 Lars Wendler
2016-02-19 9:07 Lars Wendler
2016-02-19 9:07 Lars Wendler
2015-12-03 10:12 Lars Wendler
2015-09-24 8:03 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1526053779.900f4cfab26ce0cb880664b04ed5fb7bd1033899.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox