summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-02 09:55:53 +0000
committerJustin Lecher <jlec@gentoo.org>2013-02-02 09:55:53 +0000
commitf3f4dd6cc43b4607ceedd351ba8bd23648516334 (patch)
treef0ea6e961f500650304162a4ee5899e8d8c38036 /app-misc/wcd
parentBump (diff)
downloadgentoo-2-f3f4dd6cc43b4607ceedd351ba8bd23648516334.tar.gz
gentoo-2-f3f4dd6cc43b4607ceedd351ba8bd23648516334.tar.bz2
gentoo-2-f3f4dd6cc43b4607ceedd351ba8bd23648516334.zip
app-misc/wcd: Backport changes
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-misc/wcd')
-rw-r--r--app-misc/wcd/ChangeLog8
-rw-r--r--app-misc/wcd/wcd-5.2.1-r1.ebuild (renamed from app-misc/wcd/wcd-5.2.1.ebuild)10
2 files changed, 15 insertions, 3 deletions
diff --git a/app-misc/wcd/ChangeLog b/app-misc/wcd/ChangeLog
index c0be0e685eb1..e263c43f5423 100644
--- a/app-misc/wcd/ChangeLog
+++ b/app-misc/wcd/ChangeLog
@@ -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)
diff --git a/app-misc/wcd/wcd-5.2.1.ebuild b/app-misc/wcd/wcd-5.2.1-r1.ebuild
index 2dfcc908dcd6..20193743e3d1 100644
--- a/app-misc/wcd/wcd-5.2.1.ebuild
+++ b/app-misc/wcd/wcd-5.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.4 2013/01/27 14:37:42 jlec Exp $
+# $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
@@ -11,8 +11,8 @@ HOMEPAGE="http://www.xs4all.nl/~waterlan/#WCD_ANCHOR"
SRC_URI="http://www.xs4all.nl/~waterlan/${P}-src.tar.gz"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="nls unicode"
CDEPEND="sys-libs/ncurses[unicode?]"
@@ -32,3 +32,9 @@ src_compile() {
emake \
${mycompile}
}
+
+src_install() {
+ local DOCS="../README.txt"
+ default
+ emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
+}