summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-27 16:33:47 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-27 16:33:47 +0000
commit9722e0bd2fbb6de30dec89974c7866d9e77e061b (patch)
tree05edb97a493b39c1d72bc40e73d5b6ba019ddf52 /app-misc/wcd
parentDrop old (diff)
downloadgentoo-2-9722e0bd2fbb6de30dec89974c7866d9e77e061b.tar.gz
gentoo-2-9722e0bd2fbb6de30dec89974c7866d9e77e061b.tar.bz2
gentoo-2-9722e0bd2fbb6de30dec89974c7866d9e77e061b.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-misc/wcd')
-rw-r--r--app-misc/wcd/ChangeLog5
-rw-r--r--app-misc/wcd/wcd-5.2.4.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/app-misc/wcd/ChangeLog b/app-misc/wcd/ChangeLog
index 369e32653a01..e94380e178b5 100644
--- a/app-misc/wcd/ChangeLog
+++ b/app-misc/wcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/wcd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.30 2015/05/27 11:07:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.31 2015/05/27 16:33:47 jlec Exp $
+
+ 27 May 2015; Justin Lecher <jlec@gentoo.org> -wcd-5.2.4.ebuild:
+ Drop old
27 May 2015; Agostino Sarubbo <ago@gentoo.org> wcd-5.2.6.ebuild:
Stable for x86, wrt bug #549882
diff --git a/app-misc/wcd/wcd-5.2.4.ebuild b/app-misc/wcd/wcd-5.2.4.ebuild
deleted file mode 100644
index 14dbc2b3ddc8..000000000000
--- a/app-misc/wcd/wcd-5.2.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/wcd-5.2.4.ebuild,v 1.3 2013/12/24 12:55:20 ago Exp $
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Wherever Change Directory"
-HOMEPAGE="http://www.xs4all.nl/~waterlan/#WCD_ANCHOR"
-SRC_URI="http://www.xs4all.nl/~waterlan/${P}-src.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="nls unicode"
-
-CDEPEND="
- sys-libs/ncurses[unicode?]
- unicode? ( dev-libs/libunistring )"
-DEPEND="${CDEPEND}
- app-text/ghostscript-gpl"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}"/${P}/src
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- 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"
-}