jlec        15/01/21 08:21:39

  Modified:             ChangeLog
  Added:                wcd-5.2.6.ebuild
  Log:
  app-misc/wcd: Version Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.24                 app-misc/wcd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Jan 2015 13:46:41 -0000       1.23
+++ ChangeLog   21 Jan 2015 08:21:39 -0000      1.24
@@ -1,6 +1,12 @@
 # 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.23 2015/01/09 
13:46:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.24 2015/01/21 
08:21:39 jlec Exp $
+
+*wcd-5.2.6 (21 Jan 2015)
+
+  21 Jan 2015; Justin Lecher <[email protected]> +wcd-5.2.6.ebuild,
+  +files/wcd-5.2.6-wchar.patch:
+  Version Bump
 
   09 Jan 2015; Agostino Sarubbo <[email protected]> wcd-5.2.5.ebuild:
   Stable for amd64, wrt bug #534884



1.1                  app-misc/wcd/wcd-5.2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/wcd-5.2.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/wcd-5.2.6.ebuild?rev=1.1&content-type=text/plain

Index: wcd-5.2.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/wcd-5.2.6.ebuild,v 1.1 
2015/01/21 08:21:39 jlec Exp $

EAPI=5

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[unicode?]
        unicode? ( dev-libs/libunistring )"
DEPEND="${CDEPEND}
        app-text/ghostscript-gpl"
RDEPEND="${CDEPEND}"

S="${WORKDIR}"/${P}/src

src_prepare() {
        epatch \
                "${FILESDIR}"/${PN}-5.2.5-gentoo.patch \
                "${FILESDIR}"/${P}-wchar.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"
}




Reply via email to