Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Federico Ferri (mescalinum)" <mescalinum@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-tcltk/itk: itk-3.3.1_pre20090417.ebuild ChangeLog itk-3.3.1_pre20080417.ebuild
|
|
Date:
|
Sat, 18 Apr 2009 09:02:25 +0000
|
|
mescalinum 09/04/18 09:02:25
Modified: ChangeLog
Added: itk-3.3.1_pre20090417.ebuild
Removed: itk-3.3.1_pre20080417.ebuild
Log:
fix version typo -- adding prerelease of incrTcl-3.3.1 suite. fixes bug #210765
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Revision Changes Path
1.15 dev-tcltk/itk/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/itk/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/itk/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/itk/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 17 Apr 2009 19:31:33 -0000 1.14
+++ ChangeLog 18 Apr 2009 09:02:24 -0000 1.15
@@ -1,11 +1,11 @@
# ChangeLog for dev-tcltk/itk
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v 1.14 2009/04/17 19:31:33 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/ChangeLog,v 1.15 2009/04/18 09:02:24 mescalinum Exp $
-*itk-3.3.1_pre20080417 (17 Apr 2009)
+*itk-3.3.1_pre20090417 (17 Apr 2009)
17 Apr 2009; Federico Ferri <mescalinum@g.o>
- +itk-3.3.1_pre20080417.ebuild:
+ +itk-3.3.1_pre20090417.ebuild:
adding prerelease of incrTcl-3.3.1 suite. fixes bug #210765
21 Oct 2006; Bryan Østergaard <kloeri@g.o> itk-3.3-r1.ebuild:
1.1 dev-tcltk/itk/itk-3.3.1_pre20090417.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/itk/itk-3.3.1_pre20090417.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/itk/itk-3.3.1_pre20090417.ebuild?rev=1.1&content-type=text/plain
Index: itk-3.3.1_pre20090417.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/itk-3.3.1_pre20090417.ebuild,v 1.1 2009/04/18 09:02:24 mescalinum Exp $
MY_PN="incrTcl"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Object Oriented Enhancements for Tcl/Tk"
HOMEPAGE="http://incrtcl.sourceforge.net/"
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
IUSE=""
SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
DEPEND="dev-lang/tk
~dev-tcltk/itcl-${PV}"
S="${WORKDIR}/${MY_PN}/${PN}"
src_compile() {
econf || die "econf failed"
emake CFLAGS_DEFAULT="${CFLAGS}" || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc ../{CHANGES,ChangeLog,INCOMPATIBLE,README,TODO}
}
|
|