summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-07 18:07:21 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-07 18:07:21 +0000
commit1eced2a36a801d781d444104c52dba824f562427 (patch)
treeae94f226bb42cd88fde2e4d76424c97653c9d195 /app-office
parentbumping it to 1.1.5 (need that version for fakeroot support in portage cvs head) (diff)
downloadhistorical-1eced2a36a801d781d444104c52dba824f562427.tar.gz
historical-1eced2a36a801d781d444104c52dba824f562427.tar.bz2
historical-1eced2a36a801d781d444104c52dba824f562427.zip
Initial import. Ebuild submitted by Patrik Kullman <patrik@yes.nu>; bug #59352.
Diffstat (limited to 'app-office')
-rw-r--r--app-office/passepartout/ChangeLog11
-rw-r--r--app-office/passepartout/Manifest14
-rw-r--r--app-office/passepartout/files/digest-passepartout-0.51
-rw-r--r--app-office/passepartout/metadata.xml5
-rw-r--r--app-office/passepartout/passepartout-0.5.ebuild24
5 files changed, 55 insertions, 0 deletions
diff --git a/app-office/passepartout/ChangeLog b/app-office/passepartout/ChangeLog
new file mode 100644
index 000000000000..f97eff70fe64
--- /dev/null
+++ b/app-office/passepartout/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-office/passepartout
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/ChangeLog,v 1.1 2004/11/07 18:07:21 usata Exp $
+
+*passepartout-0.5 (08 Nov 2004)
+
+ 08 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +passepartout-0.5.ebuild:
+ Initial import. Ebuild submitted by Patrik Kullman <patrik@yes.nu>;
+ bug #59352.
+
diff --git a/app-office/passepartout/Manifest b/app-office/passepartout/Manifest
new file mode 100644
index 000000000000..75a9ca937fdf
--- /dev/null
+++ b/app-office/passepartout/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 d2c5269f05de9ddcdd5878a2ed3d7732 passepartout-0.5.ebuild 689
+MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
+MD5 0f81b9be0304e9f9037981b28c77ab0d ChangeLog 428
+MD5 34ea5a29ae5e1101593e83dd9829cc79 files/digest-passepartout-0.5 69
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBjmLcVWNWqTUmv+0RAu4OAJ9lR3uPD+XmhuwV/9Aedec4wxzCYwCfVacO
+pq2uqAU37UyohkMgsP45yNw=
+=K4ot
+-----END PGP SIGNATURE-----
diff --git a/app-office/passepartout/files/digest-passepartout-0.5 b/app-office/passepartout/files/digest-passepartout-0.5
new file mode 100644
index 000000000000..058c8c778ab6
--- /dev/null
+++ b/app-office/passepartout/files/digest-passepartout-0.5
@@ -0,0 +1 @@
+MD5 9b3dc06f8c00ffa6420495056b5e2cc7 passepartout-0.5.tar.bz2 311964
diff --git a/app-office/passepartout/metadata.xml b/app-office/passepartout/metadata.xml
new file mode 100644
index 000000000000..06689a1a9114
--- /dev/null
+++ b/app-office/passepartout/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+</pkgmetadata>
diff --git a/app-office/passepartout/passepartout-0.5.ebuild b/app-office/passepartout/passepartout-0.5.ebuild
new file mode 100644
index 000000000000..891da03d2b6b
--- /dev/null
+++ b/app-office/passepartout/passepartout-0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.5.ebuild,v 1.1 2004/11/07 18:07:21 usata Exp $
+
+inherit gnome2
+
+IUSE=""
+
+DESCRIPTION="A DTP application for the X Window System"
+HOMEPAGE="http://www.stacken.kth.se/project/pptout/"
+SRC_URI="http://www.stacken.kth.se/project/pptout/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="=dev-cpp/libxmlpp-1.0*
+ dev-libs/libxslt
+ virtual/ghostscript
+ =dev-cpp/libgnomecanvasmm-2.0*
+ =dev-cpp/gtkmm-2.2*
+ =dev-libs/libsigc++-1.2*"
+
+DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO"