summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-26 09:40:33 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-26 09:40:33 +0000
commit0a32850b41c1eb7aad486cd258c205d82542775b (patch)
treea29b522d142a9caf2aa254b1db97c4479526b053 /app-text/notecase
parentProcess last rites on gnustep-apps/mylibrary and gnustep-apps/helpviewer (diff)
downloadgentoo-2-0a32850b41c1eb7aad486cd258c205d82542775b.tar.gz
gentoo-2-0a32850b41c1eb7aad486cd258c205d82542775b.tar.bz2
gentoo-2-0a32850b41c1eb7aad486cd258c205d82542775b.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 i686)
Diffstat (limited to 'app-text/notecase')
-rw-r--r--app-text/notecase/ChangeLog9
-rw-r--r--app-text/notecase/files/1.9.3-gcc-4.3.patch12
-rw-r--r--app-text/notecase/files/1.9.5-gcc-4.3.patch10
-rw-r--r--app-text/notecase/notecase-1.9.1.ebuild58
-rw-r--r--app-text/notecase/notecase-1.9.5.ebuild (renamed from app-text/notecase/notecase-1.9.3.ebuild)4
5 files changed, 20 insertions, 73 deletions
diff --git a/app-text/notecase/ChangeLog b/app-text/notecase/ChangeLog
index 417c2b740b2f..d98150e5edb2 100644
--- a/app-text/notecase/ChangeLog
+++ b/app-text/notecase/ChangeLog
@@ -1,6 +1,13 @@
# 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.20 2008/06/28 14:42:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.21 2008/08/26 09:40:32 armin76 Exp $
+
+*notecase-1.9.5 (26 Aug 2008)
+
+ 26 Aug 2008; Raúl Porcel <armin76@gentoo.org> -files/1.9.3-gcc-4.3.patch,
+ +files/1.9.5-gcc-4.3.patch, -notecase-1.9.1.ebuild,
+ -notecase-1.9.3.ebuild, +notecase-1.9.5.ebuild:
+ Version bump
28 Jun 2008; Raúl Porcel <armin76@gentoo.org> +files/1.9.3-gcc-4.3.patch,
notecase-1.9.3.ebuild:
diff --git a/app-text/notecase/files/1.9.3-gcc-4.3.patch b/app-text/notecase/files/1.9.3-gcc-4.3.patch
deleted file mode 100644
index 21b122ed05e4..000000000000
--- a/app-text/notecase/files/1.9.3-gcc-4.3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- notecase-1.9.3/src/_unx/ExecuteFile.cpp.orig 2008-03-27
-14:39:14.000000000 +0200
-+++ notecase-1.9.3/src/_unx/ExecuteFile.cpp 2008-06-28 08:59:19.000000000
-+0300
-@@ -11,6 +11,7 @@
- #include "../config.h"
- #include "../lib/debug.h"
- #include <string>
-+#include <cstring>
- #include <vector>
- #include <algorithm>
-
diff --git a/app-text/notecase/files/1.9.5-gcc-4.3.patch b/app-text/notecase/files/1.9.5-gcc-4.3.patch
new file mode 100644
index 000000000000..db199b9e070e
--- /dev/null
+++ b/app-text/notecase/files/1.9.5-gcc-4.3.patch
@@ -0,0 +1,10 @@
+--- notecase-1.9.5/src/_unx/ExecuteFile.cpp.orig 2008-08-26 11:04:59.000000000 +0200
++++ notecase-1.9.5/src/_unx/ExecuteFile.cpp 2008-08-26 11:13:39.000000000 +0200
+@@ -11,6 +11,7 @@
+ #include "../config.h"
+ #include "../lib/debug.h"
+ #include <string>
++#include <cstring>
+ #include <vector>
+ #include <algorithm>
+ #include <string.h>
diff --git a/app-text/notecase/notecase-1.9.1.ebuild b/app-text/notecase/notecase-1.9.1.ebuild
deleted file mode 100644
index cad1765d1456..000000000000
--- a/app-text/notecase/notecase-1.9.1.ebuild
+++ /dev/null
@@ -1,58 +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.1.ebuild,v 1.1 2008/05/23 17:25:03 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"
-
- 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.3.ebuild b/app-text/notecase/notecase-1.9.5.ebuild
index b90d10cbe9c2..36f94e73318c 100644
--- a/app-text/notecase/notecase-1.9.3.ebuild
+++ b/app-text/notecase/notecase-1.9.5.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.3.ebuild,v 1.2 2008/06/28 14:42:30 armin76 Exp $
+# $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
@@ -29,7 +29,7 @@ src_unpack() {
# 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}"/${PV}-gcc-4.3.patch
+ epatch "${FILESDIR}"/1.9.5-gcc-4.3.patch
if ! use gnome; then
# Comment variable in the Makefile if we don't have gnome