* [gentoo-commits] gentoo-x86 commit in app-text/notecase: ChangeLog notecase-1.6.6.ebuild notecase-1.6.5.ebuild
@ 2007-09-17 14:13 Raul Porcel (armin76)
0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2007-09-17 14:13 UTC (permalink / raw
To: gentoo-commits
armin76 07/09/17 14:13:13
Modified: ChangeLog
Added: notecase-1.6.6.ebuild
Removed: notecase-1.6.5.ebuild
Log:
Version bump, old
(Portage version: 2.1.3.9)
Revision Changes Path
1.5 app-text/notecase/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 31 Aug 2007 11:34:50 -0000 1.4
+++ ChangeLog 17 Sep 2007 14:13:13 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for app-text/notecase
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.4 2007/08/31 11:34:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.5 2007/09/17 14:13:13 armin76 Exp $
+
+*notecase-1.6.6 (17 Sep 2007)
+
+ 17 Sep 2007; Raúl Porcel <armin76@gentoo.org> -notecase-1.6.5.ebuild,
+ +notecase-1.6.6.ebuild:
+ Version bump, old
*notecase-1.6.5 (31 Aug 2007)
1.1 app-text/notecase/notecase-1.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/notecase-1.6.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/notecase-1.6.6.ebuild?rev=1.1&content-type=text/plain
Index: notecase-1.6.6.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.6.6.ebuild,v 1.1 2007/09/17 14:13:13 armin76 Exp $
inherit eutils
DESCRIPTION="Hierarchical note manager written using GTK+ and C++"
HOMEPAGE="http://notecase.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}_src.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE="gnome"
RDEPEND=">=x11-libs/gtk+-2.6"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
MAKEOPTS="${MAKEOPTS} -j1"
# test doesn't work
RESTRICT="test"
src_unpack() {
unpack ${A}
cd "${S}"
# Respect CFLAGS and don't use --as-needed by default
epatch "${FILESDIR}/notecase-1.6.5-CFLAGS.patch"
if ! use gnome; then
# Comment variable in the Makefile if we don't have gnome
sed -i -e 's/HAVE_GNOME_VFS=1/#HAVE_GNOME_VFS=1/g' Makefile || \
die "gnome sed failed"
fi
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc readme.txt
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-17 14:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17 14:13 [gentoo-commits] gentoo-x86 commit in app-text/notecase: ChangeLog notecase-1.6.6.ebuild notecase-1.6.5.ebuild Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox