summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-01-25 02:29:16 +0000
committerChris Reffett <creffett@gentoo.org>2014-01-25 02:29:16 +0000
commit3407a43c70a94dfbbcb9618714682f7e7770e42f (patch)
tree351bc8e74c6e10472c77885ad02884e77411eca7 /app-office/passepartout
parentremoving r3 for bug 499144 (diff)
downloadgentoo-2-3407a43c70a94dfbbcb9618714682f7e7770e42f.tar.gz
gentoo-2-3407a43c70a94dfbbcb9618714682f7e7770e42f.tar.bz2
gentoo-2-3407a43c70a94dfbbcb9618714682f7e7770e42f.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-office/passepartout')
-rw-r--r--app-office/passepartout/ChangeLog7
-rw-r--r--app-office/passepartout/passepartout-0.7.0.ebuild90
2 files changed, 5 insertions, 92 deletions
diff --git a/app-office/passepartout/ChangeLog b/app-office/passepartout/ChangeLog
index 03855feed133..757c07e7fa50 100644
--- a/app-office/passepartout/ChangeLog
+++ b/app-office/passepartout/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/passepartout
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/ChangeLog,v 1.24 2013/12/24 12:55:27 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/ChangeLog,v 1.25 2014/01/25 02:29:16 creffett Exp $
+
+ 25 Jan 2014; Chris Reffett <creffett@gentoo.org> -passepartout-0.7.0.ebuild:
+ Remove old
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> passepartout-0.7.0-r1.ebuild:
Stable for x86, wrt bug #491934
diff --git a/app-office/passepartout/passepartout-0.7.0.ebuild b/app-office/passepartout/passepartout-0.7.0.ebuild
deleted file mode 100644
index 0a4af53f2e39..000000000000
--- a/app-office/passepartout/passepartout-0.7.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.7.0.ebuild,v 1.9 2013/07/24 01:32:05 jer Exp $
-
-EAPI=2
-
-inherit base eutils gnome2 libtool autotools
-
-DESCRIPTION="A DTP application for the X Window System"
-HOMEPAGE="http://www.stacken.kth.se/project/pptout/"
-
-IUSE="gnome"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPS="dev-cpp/libxmlpp:2.6
- >=dev-libs/libxml2-2
- dev-cpp/gtkmm:2.4
- dev-cpp/libgnomecanvasmm:2.6
- dev-libs/glib:2
- dev-libs/libsigc++:2
- media-libs/freetype:2
- virtual/fam
- gnome? (
- gnome-base/libgnome
- gnome-base/gnome-vfs
- )
- "
-
-RDEPEND="${COMMON_DEPS}
- dev-libs/libxslt
- app-text/ghostscript-gpl"
-
-DEPEND="${COMMON_DEPS}
- virtual/pkgconfig"
-
-DOCS="AUTHORS BUGS NEWS README"
-
-# GCC-4.2 patch:
-# http://bugzilla.gnome.org/477017
-# GCC-4.3 patch:
-# Snatched from Debian
-# http://bugzilla.gnome.org/565131
-# include-flags:
-# http://bugzilla.gnome.org/464517
-# libtoolization:
-# http://bugzilla.gnome.org/464567
-# libxml-2.6:
-# http://bugzilla.gnome.org/449596
-
-# The include and libtoolization patches are needed for
-# forced as-needed to work.
-
-PATCHES=(
- "${FILESDIR}/${P}-gcc42.patch"
- "${FILESDIR}/${P}-gcc43.patch"
- "${FILESDIR}/${P}-gcc44.patch"
- "${FILESDIR}/${P}-include-flags.patch"
- "${FILESDIR}/${P}-libtoolization.patch"
- "${FILESDIR}/${P}-safer.patch"
- "${FILESDIR}/${P}-libxmlpp-2.6-depend.patch"
- "${FILESDIR}/${P}-automake-1.13.patch"
- )
-
-src_unpack() {
- base_src_unpack
-}
-
-src_prepare() {
- gnome2_omf_fix
- base_src_prepare
- eautoreconf
- elibtoolize
-}
-
-src_configure() {
- # Bug 367867: Broken AC_ARG_WITH
- use gnome && G2CONF="--with-gnome"
- gnome2_src_configure
-}
-
-src_compile() {
- base_src_compile
-}
-
-src_install() {
- gnome2_src_install
- make_desktop_entry "/usr/bin/passepartout" "Passepartout DTP" "" "GNOME;Application;Graphics"
-}