* [gentoo-commits] gentoo-x86 commit in app-misc/wcd: ChangeLog wcd-5.2.1-r1.ebuild wcd-5.2.1.ebuild
@ 2013-02-02 9:55 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-02-02 9:55 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/02 09:55:54
Modified: ChangeLog
Added: wcd-5.2.1-r1.ebuild
Removed: wcd-5.2.1.ebuild
Log:
app-misc/wcd: Backport changes
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.11 app-misc/wcd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 2 Feb 2013 09:52:55 -0000 1.10
+++ ChangeLog 2 Feb 2013 09:55:53 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/wcd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.10 2013/02/02 09:52:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.11 2013/02/02 09:55:53 jlec Exp $
+
+*wcd-5.2.1-r1 (02 Feb 2013)
+
+ 02 Feb 2013; Justin Lecher <jlec@gentoo.org> -wcd-5.2.1.ebuild,
+ +wcd-5.2.1-r1.ebuild:
+ Backport changes
*wcd-5.2.3-r1 (02 Feb 2013)
1.1 app-misc/wcd/wcd-5.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/wcd-5.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/wcd-5.2.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: wcd-5.2.1-r1.ebuild
===================================================================
# 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.1-r1.ebuild,v 1.1 2013/02/02 09:55:53 jlec Exp $
EAPI=4
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?]"
DEPEND="${CDEPEND}
app-text/ghostscript-gpl"
RDEPEND="${CDEPEND}"
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"
emake \
${mycompile}
}
src_install() {
local DOCS="../README.txt"
default
emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-02 9:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 9:55 [gentoo-commits] gentoo-x86 commit in app-misc/wcd: ChangeLog wcd-5.2.1-r1.ebuild wcd-5.2.1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox