radhermit    15/01/24 15:55:48

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

Revision  Changes    Path
1.5                  dev-util/icmake/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icmake/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icmake/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icmake/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/icmake/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Oct 2014 03:56:38 -0000      1.4
+++ ChangeLog   24 Jan 2015 15:55:48 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/icmake
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/icmake/ChangeLog,v 1.4 2014/10/17 
03:56:38 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/icmake/ChangeLog,v 1.5 2015/01/24 
15:55:48 radhermit Exp $
+
+*icmake-7.22.00 (24 Jan 2015)
+
+  24 Jan 2015; Tim Harder <[email protected]> +icmake-7.22.00.ebuild:
+  Version bump.
 
   17 Oct 2014; Tim Harder <[email protected]> -icmake-7.20.00.ebuild,
   -icmake-7.21.00.ebuild:



1.1                  dev-util/icmake/icmake-7.22.00.ebuild

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

Index: icmake-7.22.00.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/icmake/icmake-7.22.00.ebuild,v 1.1 
2015/01/24 15:55:48 radhermit Exp $

EAPI=5

inherit multilib toolchain-funcs eutils

DESCRIPTION="Hybrid between a make utility and a shell scripting language"
HOMEPAGE="http://icmake.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_prepare() {
        sed -e "/^#define LIBDIR/s/lib/$(get_libdir)/" \
                -e "/^#define DOCDIR/s/${PN}/${PF}/" \
                -e "/^#define DOCDOCDIR/s/${PN}-doc/${PF}/" \
                -i INSTALL.im || die

        epatch "${FILESDIR}"/${PN}-7.20.00-ar.patch
        tc-export AR CC
}

src_compile() {
        ./icm_bootstrap "${EROOT}" || die
}

src_install() {
        ./icm_install all "${ED}" || die
}




Reply via email to