radhermit    15/01/28 01:45:29

  Modified:             ChangeLog
  Added:                cdk-5.0.20141106.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.88                 dev-libs/cdk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cdk/ChangeLog?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cdk/ChangeLog?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cdk/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   25 Jun 2014 05:05:45 -0000      1.87
+++ ChangeLog   28 Jan 2015 01:45:29 -0000      1.88
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/cdk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.87 2014/06/25 
05:05:45 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.88 2015/01/28 
01:45:29 radhermit Exp $
+
+*cdk-5.0.20141106 (28 Jan 2015)
+
+  28 Jan 2015; Tim Harder <radher...@gentoo.org> +cdk-5.0.20141106.ebuild:
+  Version bump.
 
 *cdk-5.0.20140118 (25 Jun 2014)
 



1.1                  dev-libs/cdk/cdk-5.0.20141106.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cdk/cdk-5.0.20141106.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cdk/cdk-5.0.20141106.ebuild?rev=1.1&content-type=text/plain

Index: cdk-5.0.20141106.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20141106.ebuild,v 1.1 
2015/01/28 01:45:29 radhermit Exp $

EAPI=5

inherit eutils versionator

MY_P="${PN}-$(replace_version_separator 2 -)"
DESCRIPTION="A library of curses widgets"
HOMEPAGE="http://dickey.his.com/cdk/cdk.html";
SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz";

LICENSE="BSD"
SLOT="0/6" # subslot = soname version
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="examples static-libs unicode"

DEPEND=">=sys-libs/ncurses-5.2[unicode?]"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare() {
        epatch "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch
}

src_configure() {
        econf \
                --with-libtool \
                --with-shared \
                --with-ncurses$(usex unicode "w" "")
}

src_install() {
        # parallel make installs duplicate libs
        emake -j1 \
                DESTDIR="${ED}" \
                DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" install

        if use examples ; then
                for x in include c++ demos examples cli cli/utils cli/samples; 
do
                        docinto $x
                        find $x -maxdepth 1 -mindepth 1 -type f -print0 | xargs 
-0 dodoc
                done
        fi

        use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) 
-delete
}




Reply via email to