summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/notecase')
-rw-r--r--app-text/notecase/Manifest1
-rw-r--r--app-text/notecase/files/notecase-1.7.2-CFLAGS.patch29
-rw-r--r--app-text/notecase/files/notecase-1.9.8-gcc44.patch22
-rw-r--r--app-text/notecase/files/notecase-1.9.8-gtksourceview.patch13
-rw-r--r--app-text/notecase/metadata.xml8
-rw-r--r--app-text/notecase/notecase-1.9.8-r1.ebuild72
6 files changed, 0 insertions, 145 deletions
diff --git a/app-text/notecase/Manifest b/app-text/notecase/Manifest
deleted file mode 100644
index 102fa874d177..000000000000
--- a/app-text/notecase/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST notecase-1.9.8_src.tar.gz 928579 SHA256 0b7e23ec97efd5cd4ada651ac93273f9e5ed2cfff027abfb4ae130039563b746 SHA512 9c03da5a4f5290b25c1da32373f3e78d80c514dfed95b2c8f89e561c9acc062e10d3fa1c75241a3452168821ed60182016955b1923a3798fad572e9f5d3fdaf5 WHIRLPOOL 427996fc8d0cfc2bd44e788cb6e1adc69c52260344be0fe48d571edd61ef6b23f80e20a3838322d413a02158a04b2cdfaff5e96e613c6cb077e857f29e75db51
diff --git a/app-text/notecase/files/notecase-1.7.2-CFLAGS.patch b/app-text/notecase/files/notecase-1.7.2-CFLAGS.patch
deleted file mode 100644
index 6eebb8650fbd..000000000000
--- a/app-text/notecase/files/notecase-1.7.2-CFLAGS.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig 2007-11-13 16:31:55.000000000 +0100
-+++ Makefile 2007-11-13 16:33:04.000000000 +0100
-@@ -113,18 +113,9 @@
- QC=@echo '===> Compiling $<';
- QL=@echo '===> Linking $@';
-
--# using "--as-needed" to cut down link requirements (check by "readelf -d /usr/bin/notecase | grep NEEDED")
--ifeq ($(LDFLAGS),)
--ifdef OSX_BUILD
-- LDFLAGS=-Os -Wl -bind_at_load
--else
-- LDFLAGS=-Os -Wl,--as-needed
--endif
--
- ifneq ($(NOKIA_MAEMO_BUILD),)
- LDFLAGS += -ansi
- endif
--endif
-
- # define compile/link command line with flags
- CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DENABLE_NLS
-@@ -158,7 +149,6 @@
- $(OBJ)/IOLayerRedirect.o $(OBJ)/FileExportDlg.o $(OBJ)/FormatIOTxt.o $(OBJ)/FindReplaceDlg.o \
- $(OBJ)/FindReplaceInfo.o $(OBJ)/LinkInfo.o $(OBJ)/LinkPropertiesDlg.o $(OBJ)/ExecuteFile.o \
- $(OBJ)/FileSaveAsDlg.o $(OBJ)/CircularBuffer.o $(OBJ)/FormatIOMMLX.o \
-- $(OBJ)/libz.a \
- $(OBJ)/ProgressDlg.o $(OBJ)/DocActionPix.o $(OBJ)/DocActionFinish.o $(OBJ)/DocActionFmt.o $(OBJ)/FmtInfo.o \
- $(OBJ)/FileAttachmentDlg.o $(OBJ)/DocActionAtt.o $(OBJ)/PixPropertiesDlg.o $(OBJ)/DocActionFinishDel.o \
- $(OBJ)/ShortcutsList.o $(OBJ)/ShortcutsListDlg.o $(OBJ)/DateTimeDlg.o $(OBJ)/AboutDlg.o $(OBJ)/EditDlg.o
diff --git a/app-text/notecase/files/notecase-1.9.8-gcc44.patch b/app-text/notecase/files/notecase-1.9.8-gcc44.patch
deleted file mode 100644
index be34074283f4..000000000000
--- a/app-text/notecase/files/notecase-1.9.8-gcc44.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naurp notecase-1.9.8-orig/src/lib/IniFile.cpp notecase-1.9.8/src/lib/IniFile.cpp
---- notecase-1.9.8-orig/src/lib/IniFile.cpp 2008-10-24 12:54:50.000000000 -0600
-+++ notecase-1.9.8/src/lib/IniFile.cpp 2009-07-27 13:04:34.519339275 -0600
-@@ -9,6 +9,7 @@
- #include "IniFile.h"
- #include <algorithm> //find() function
- #include <string>
-+#include <cstdio>
- #include "File64.h"
- #include "FilePath.h"
- #include "debug.h"
-diff -Naurp notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp notecase-1.9.8/src/_unx/ExecuteFile.cpp
---- notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp 2008-10-24 12:54:50.000000000 -0600
-+++ notecase-1.9.8/src/_unx/ExecuteFile.cpp 2009-07-27 13:07:56.101813217 -0600
-@@ -12,6 +12,7 @@
- #include "../lib/debug.h"
- #include <string>
- #include <cstring>
-+#include <cstdio>
- #include <vector>
- #include <algorithm>
- #include <string.h>
diff --git a/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch b/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch
deleted file mode 100644
index 931ef741346d..000000000000
--- a/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: notecase-1.9.8/Makefile
-===================================================================
---- notecase-1.9.8.orig/Makefile
-+++ notecase-1.9.8/Makefile
-@@ -685,7 +685,7 @@ updatesrc:
- exit 1;\
- fi;
- $(Q)if [ "$(HAVE_GTKSOURCEVIEW)" = "1" ]; then \
-- if [[ "$(TEST_SRCVIEW_VER)" < "2.4.1" ]]; then \
-+ if [[ "$(TEST_SRCVIEW_VER)" < "2.10.1" ]]; then \
- echo 'ERROR: gtksourceview package is too old ($(shell pkg-config --modversion gtksourceview-2.0))!';\
- exit 1;\
- fi;\
diff --git a/app-text/notecase/metadata.xml b/app-text/notecase/metadata.xml
deleted file mode 100644
index 77b011b96d4a..000000000000
--- a/app-text/notecase/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">notecase</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/notecase/notecase-1.9.8-r1.ebuild b/app-text/notecase/notecase-1.9.8-r1.ebuild
deleted file mode 100644
index 0a2ded918cdd..000000000000
--- a/app-text/notecase/notecase-1.9.8-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-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="sys-libs/zlib:0
- >=x11-libs/gtk+-2.6:2
- x11-libs/libX11:0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig:*"
-
-# test doesn't work
-RESTRICT="test"
-
-src_prepare() {
- # Respect CFLAGS and don't use --as-needed by default
- epatch "${FILESDIR}/notecase-1.7.2-CFLAGS.patch"
- epatch "${FILESDIR}"/${P}-gcc44.patch
- epatch "${FILESDIR}"/${P}-gtksourceview.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"
- }
-
- # Verbose building, fix as-needed support and missing libs.
- sed -e 's/^\(Q[CL]*=\)@.*$/\1/' \
- -e 's:\(-o $(BIN)/notecase$(EXE) .*\) \($(GTKLIBS)\):\2 -lX11 -lz \1:' \
- -i Makefile || die
-
- # Remove Application category from .desktop file.
- sed -i 's/^\(Categories=\)Application;/\1/' docs/notecase.desktop || die
-}
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- default
-
- 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
-}