diff options
author | 2011-09-17 12:46:55 +0000 | |
---|---|---|
committer | 2011-09-17 12:46:55 +0000 | |
commit | 2bb5d63321bdcaf2a5b708c64197e1a38ea0ee9b (patch) | |
tree | ef9733c794ba2c811619c7fb4c87c89294de47ed /app-text | |
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')
-rw-r--r-- | app-text/xournal/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xournal/xournal-0.4.5-r1.ebuild | 44 | ||||
-rw-r--r-- | app-text/xournal/xournal-0.4.5.ebuild | 40 |
3 files changed, 5 insertions, 85 deletions
diff --git a/app-text/xournal/ChangeLog b/app-text/xournal/ChangeLog index 53b8793b0fea..e4c2c3bc026e 100644 --- a/app-text/xournal/ChangeLog +++ b/app-text/xournal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xournal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.16 2011/09/17 11:28:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.17 2011/09/17 12:46:55 dilfridge Exp $ + + 17 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> -xournal-0.4.5.ebuild, + -xournal-0.4.5-r1.ebuild: + Remove old 17 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> xournal-0.4.5-r2.ebuild: 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 -} diff --git a/app-text/xournal/xournal-0.4.5.ebuild b/app-text/xournal/xournal-0.4.5.ebuild deleted file mode 100644 index 889a368bf097..000000000000 --- a/app-text/xournal/xournal-0.4.5.ebuild +++ /dev/null @@ -1,40 +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.ebuild,v 1.5 2011/03/27 12:25:04 nirbheek Exp $ - -EAPI=2 -inherit gnome2 - -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_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 -} |