diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-12 12:12:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-12 12:12:18 +0000 |
commit | 594fd4866fe7f5fe071071b2c7bce3acb3ff9774 (patch) | |
tree | 86014401ace93c8174469e38029b03965f4c3454 /app-text/notecase | |
parent | old (diff) | |
download | gentoo-2-594fd4866fe7f5fe071071b2c7bce3acb3ff9774.tar.gz gentoo-2-594fd4866fe7f5fe071071b2c7bce3acb3ff9774.tar.bz2 gentoo-2-594fd4866fe7f5fe071071b2c7bce3acb3ff9774.zip |
Version bump
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-text/notecase')
-rw-r--r-- | app-text/notecase/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/notecase/notecase-1.9.5.ebuild | 60 | ||||
-rw-r--r-- | app-text/notecase/notecase-1.9.8.ebuild (renamed from app-text/notecase/notecase-1.9.7.ebuild) | 2 |
3 files changed, 8 insertions, 62 deletions
diff --git a/app-text/notecase/ChangeLog b/app-text/notecase/ChangeLog index e65733d9da06..96bd604041be 100644 --- a/app-text/notecase/ChangeLog +++ b/app-text/notecase/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/notecase # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.22 2008/10/30 11:47:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.23 2008/12/12 12:12:18 armin76 Exp $ + +*notecase-1.9.8 (12 Dec 2008) + + 12 Dec 2008; Raúl Porcel <armin76@gentoo.org> -notecase-1.9.5.ebuild, + -notecase-1.9.7.ebuild, +notecase-1.9.8.ebuild: + Version bump *notecase-1.9.7 (30 Oct 2008) diff --git a/app-text/notecase/notecase-1.9.5.ebuild b/app-text/notecase/notecase-1.9.5.ebuild deleted file mode 100644 index 36f94e73318c..000000000000 --- a/app-text/notecase/notecase-1.9.5.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.5.ebuild,v 1.1 2008/08/26 09:40:32 armin76 Exp $ - -inherit eutils fdo-mime - -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="~amd64 ~ppc ~x86" -IUSE="gnome nls" - -RDEPEND=">=x11-libs/gtk+-2.6" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# test doesn't work -RESTRICT="test" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Respect CFLAGS and don't use --as-needed by default - epatch "${FILESDIR}/notecase-1.7.2-CFLAGS.patch" - # Fix for gcc-4.3, bug #229865 - epatch "${FILESDIR}"/1.9.5-gcc-4.3.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' \ - -e 's/AUTODETECT_GNOME_VFS=1/#AUTODETECT_GNOME_VFS=1/g' \ - Makefile || die "gnome sed failed" - fi - - ! use nls && { - sed -i -e 's/notecase$(EXE) poinstall/notecase$(EXE)/g' \ - Makefile || die "nls sed failed" - } -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc readme.txt -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} diff --git a/app-text/notecase/notecase-1.9.7.ebuild b/app-text/notecase/notecase-1.9.8.ebuild index 20da9b0e4839..ba723a6b76bf 100644 --- a/app-text/notecase/notecase-1.9.7.ebuild +++ b/app-text/notecase/notecase-1.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.7.ebuild,v 1.1 2008/10/30 11:47:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.8.ebuild,v 1.1 2008/12/12 12:12:18 armin76 Exp $ inherit eutils fdo-mime |