* [gentoo-commits] gentoo-x86 commit in app-misc/ithought: ChangeLog ithought-0.0.5-r2.ebuild
@ 2010-08-22 11:17 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-08-22 11:17 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/22 11:17:16
Modified: ChangeLog
Added: ithought-0.0.5-r2.ebuild
Log:
Patch from Dane Smith <smithdanea@gmail.com> to respect LDFLAGS, added QA fixes, switched to EAPI2. Bug #333527
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.11 app-misc/ithought/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ithought/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ithought/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ithought/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 14 May 2007 16:47:40 -0000 1.10
+++ ChangeLog 22 Aug 2010 11:17:15 -0000 1.11
@@ -1,6 +1,13 @@
# ChangeLog for app-misc/ithought
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v 1.10 2007/05/14 16:47:40 bangert Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v 1.11 2010/08/22 11:17:15 hwoarang Exp $
+
+*ithought-0.0.5-r2 (22 Aug 2010)
+
+ 22 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ +ithought-0.0.5-r2.ebuild:
+ Patch from Dane Smith <smithdanea@gmail.com> to respect LDFLAGS, added QA
+ fixes, switched to EAPI2. Bug #333527
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
1.1 app-misc/ithought/ithought-0.0.5-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ithought/ithought-0.0.5-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ithought/ithought-0.0.5-r2.ebuild?rev=1.1&content-type=text/plain
Index: ithought-0.0.5-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r2.ebuild,v 1.1 2010/08/22 11:17:15 hwoarang Exp $
EAPI=2
MY_P=${P/0.0./a}
DESCRIPTION="An internet-aware personal thought manager"
HOMEPAGE="http://ithought.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*
dev-libs/libxml2"
S=${WORKDIR}/${MY_P}
src_prepare() {
sed -i "/CC\|LD/{s/-shared/-shared \$LDFLAGS/}" ltconfig || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-22 11:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-22 11:17 [gentoo-commits] gentoo-x86 commit in app-misc/ithought: ChangeLog ithought-0.0.5-r2.ebuild Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox