summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/notecase/notecase-1.6.1.ebuild')
-rw-r--r--app-text/notecase/notecase-1.6.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-text/notecase/notecase-1.6.1.ebuild b/app-text/notecase/notecase-1.6.1.ebuild
deleted file mode 100644
index 3c95e7e01cc6..000000000000
--- a/app-text/notecase/notecase-1.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.1.ebuild,v 1.1 2007/08/02 13:06:27 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.1-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
-}