summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Houser <chouser@gentoo.org>2002-10-03 22:06:25 +0000
committerChris Houser <chouser@gentoo.org>2002-10-03 22:06:25 +0000
commit4d8c972d38c30275e19c07ef82d7af1e7160da27 (patch)
treed736cc3275424818a4ed8a14e1ffc76e919d3cdc /app-text
parentadded keys (diff)
downloadhistorical-4d8c972d38c30275e19c07ef82d7af1e7160da27.tar.gz
historical-4d8c972d38c30275e19c07ef82d7af1e7160da27.tar.bz2
historical-4d8c972d38c30275e19c07ef82d7af1e7160da27.zip
New ebuild, initial submit.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pyrpub/ChangeLog13
-rw-r--r--app-text/pyrpub/files/digest-pyrpub-2.1.11
-rw-r--r--app-text/pyrpub/pyrpub-2.1.1.ebuild20
3 files changed, 34 insertions, 0 deletions
diff --git a/app-text/pyrpub/ChangeLog b/app-text/pyrpub/ChangeLog
new file mode 100644
index 000000000000..bb7a733db85e
--- /dev/null
+++ b/app-text/pyrpub/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-text/pyrpub
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pyrpub/ChangeLog,v 1.1 2002/10/03 22:06:25 chouser Exp $
+
+*pyrpub-2.1.1 (03 Oct 2002)
+
+ 03 Oct 2002; Chris Houser <chouser@gentoo.org> pyrpub-2.1.1.ebuild,
+ files/digest-pyrpub-2.1.1, ChangeLog: New upstream version.
+
+*pyrpub-2.1.0 (18 May 2002)
+
+ 18 May 2002; Chris Houser <chouser@gentoo.org> pyrpub-2.1.0.ebuild,
+ files/digest-pyrpub-2.1.0, ChangeLog: Initial ebuild.
diff --git a/app-text/pyrpub/files/digest-pyrpub-2.1.1 b/app-text/pyrpub/files/digest-pyrpub-2.1.1
new file mode 100644
index 000000000000..fbc5d1cd4796
--- /dev/null
+++ b/app-text/pyrpub/files/digest-pyrpub-2.1.1
@@ -0,0 +1 @@
+MD5 c468ededf9439228ffe9312e2475e50d pyrite-publisher-2.1.1.tar.gz 115579
diff --git a/app-text/pyrpub/pyrpub-2.1.1.ebuild b/app-text/pyrpub/pyrpub-2.1.1.ebuild
new file mode 100644
index 000000000000..0e152ac6f22b
--- /dev/null
+++ b/app-text/pyrpub/pyrpub-2.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-text/pyrpub/pyrpub-2.1.1.ebuild,v 1.1 2002/10/03 22:06:25 chouser Exp $
+
+P="pyrite-publisher-${PV}"
+S=${WORKDIR}/${P}
+DESCRIPTION="content conversion tool for Palm"
+SRC_URI="http://www.pyrite.org/dist/${P}.tar.gz"
+HOMEPAGE="http://www.pyrite.org/publisher/"
+LICENSE="GPL-2"
+DEPEND="python"
+
+src_compile() {
+ python setup.py build || die "build failed"
+}
+
+src_install () {
+ python setup.py install --root="${D}" || die "install failed"
+ dodoc ChangeLog NEWS README* doc/*
+}