[passepartout] Removed package dir with old Gentoo ebuild



commit c1a85d48b97ce68cad74333f6d5b79936b8bbf44
Author: Fredrik Arnerup <farnerup src gnome org>
Date:   Wed Aug 8 17:39:08 2007 +0000

    Removed package dir with old Gentoo ebuild
    
    git-svn-id: http://svn.gnome.org/svn/passepartout/trunk 1525 910bfebc-b532-0410-a802-fb3981afa09c
---
 package/gentoo/passepartout-0.2-r1.ebuild |   32 -----------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)

diff --git a/package/gentoo/passepartout-0.2-r1.ebuild b/package/gentoo/passepartout-0.2-r1.ebuild
deleted file mode 100644
index 457ba90..0000000
--- a/package/gentoo/passepartout-0.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION="Passepartout is GTK-based DTP-application"
-HOMEPAGE="http://www.stacken.kth.se/project/pptout";
-SRC_URI="http://www.stacken.kth.se/project/pptout/files/${P}.tar.bz2
-http://www.stacken.kth.se/project/pptout/files/${P}-assert.patch
-http://www.stacken.kth.se/project/pptout/files/${P}-thread.patch";
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-KEYWORDS="~x86 ~ppc ~sparc"
-
-DEPEND=">=dev-cpp/libxmlpp-0.25.0
->=dev-cpp/gtkmm-2.2.7"
-
-RDEPEND="dev-libs/libxslt
-app-text/ghostscript"
-
-src_compile() {
-	patch -p1 < ${DISTDIR}/${P}-assert.patch || die "Failed to apply patch"
-	patch -p1 < ${DISTDIR}/${P}-thread.patch || die "Failed to apply patch"
-	econf || die "Configuration failed"
-	emake || die "Building failed"
-}
-
-src_install() {
-	einstall install || die "Install failed"	
-	dodoc AUTHORS BUGS COPYING NEWS README
-	mv ${D}/usr/share/doc/passepartout ${D}/usr/share/doc/${P}/doc
-	dosym /usr/share/xml/passepartout/xhtml.xslt /usr/share/doc/${P}/doc/xhtml.xslt
-	dosym /usr/share/xml/passepartout/docbook.xslt /usr/share/doc/${P}/doc/docbook.xslt
-	dosym /usr/share/xml/passepartout/xhtml.xslt /usr/share/doc/${P}/doc/examples/xhtml.xslt
-	dosym /usr/share/xml/passepartout/docbook.xslt /usr/share/doc/${P}/doc/examples/docbook.xslt
-}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]