diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-17 12:46:55 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-17 12:46:55 +0000 |
commit | 2bb5d63321bdcaf2a5b708c64197e1a38ea0ee9b (patch) | |
tree | ef9733c794ba2c811619c7fb4c87c89294de47ed /app-text/xournal/xournal-0.4.5-r1.ebuild | |
parent | Add jemalloc useflag. (diff) | |
download | gentoo-2-2bb5d63321bdcaf2a5b708c64197e1a38ea0ee9b.tar.gz gentoo-2-2bb5d63321bdcaf2a5b708c64197e1a38ea0ee9b.tar.bz2 gentoo-2-2bb5d63321bdcaf2a5b708c64197e1a38ea0ee9b.zip |
Remove old
(Portage version: 2.1.10.17/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xournal/xournal-0.4.5-r1.ebuild')
-rw-r--r-- | app-text/xournal/xournal-0.4.5-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-text/xournal/xournal-0.4.5-r1.ebuild b/app-text/xournal/xournal-0.4.5-r1.ebuild deleted file mode 100644 index f5e0309dce47..000000000000 --- a/app-text/xournal/xournal-0.4.5-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5-r1.ebuild,v 1.4 2011/03/27 12:25:04 nirbheek Exp $ - -EAPI=2 -inherit gnome2 eutils - -DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus." -HOMEPAGE="http://xournal.sourceforge.net/" - -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="pdf doc" - -DEPEND=">=x11-libs/gtk+-2.10:2 - >=gnome-base/libgnomecanvas-2.4 - >=gnome-base/libgnomeprint-2.2 - >=gnome-base/libgnomeprintui-2.2 - >=app-text/poppler-0.12.3-r3[cairo]" -RDEPEND="${DEPEND} - pdf? ( >=app-text/poppler-0.12.3-r3[utils] app-text/ghostscript-gpl )" -DEPEND="${DEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-xoprint-len.patch #bug 287701 -} - -src_configure() { - default -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - emake DESTDIR="${D}" desktop-install || die "desktop-install failed" - - dodoc ChangeLog AUTHORS README - if use doc ; then - dohtml -r html-doc/* - fi -} |