diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-31 11:34:50 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-31 11:34:50 +0000 |
commit | 28914fc55999fc3a8966bb3b3e55a151b35fddf2 (patch) | |
tree | 6105cde21f8025cb41f5866af14d811d44a8c9a9 /app-text/notecase/notecase-1.6.1.ebuild | |
parent | debian patches 32->34 fixes bug 190631, re-enable sandbox, remove filtering fPIC (diff) | |
download | historical-28914fc55999fc3a8966bb3b3e55a151b35fddf2.tar.gz historical-28914fc55999fc3a8966bb3b3e55a151b35fddf2.tar.bz2 historical-28914fc55999fc3a8966bb3b3e55a151b35fddf2.zip |
Version bump
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'app-text/notecase/notecase-1.6.1.ebuild')
-rw-r--r-- | app-text/notecase/notecase-1.6.1.ebuild | 42 |
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 -} |