summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2007-02-22 21:53:46 (UTC)
committer Michael Krelin <hacker@klever.net>2007-02-22 21:53:46 (UTC)
commitf66381bcf7d67193d2874039b072f99abfde320e (patch) (side-by-side diff)
tree72a8dd9bda8be86e0bdf882d07098891fa17dad4
parent9069c7e127683869a12d29a8f315825c6f65d9f5 (diff)
downloadmisc-f66381bcf7d67193d2874039b072f99abfde320e.zip
misc-f66381bcf7d67193d2874039b072f99abfde320e.tar.gz
misc-f66381bcf7d67193d2874039b072f99abfde320e.tar.bz2
app-pda/makeztxt
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--app-pda/makeztxt/Manifest8
-rw-r--r--app-pda/makeztxt/files/digest-makeztxt-1.603
-rw-r--r--app-pda/makeztxt/makeztxt-1.60.ebuild23
-rw-r--r--profiles/categories1
4 files changed, 35 insertions, 0 deletions
diff --git a/app-pda/makeztxt/Manifest b/app-pda/makeztxt/Manifest
new file mode 100644
index 0000000..5dbec2a
--- a/dev/null
+++ b/app-pda/makeztxt/Manifest
@@ -0,0 +1,8 @@
+DIST makeztxt-1.60-src.tar.gz 39508 RMD160 3ed195189fb8eaa7dd07c2e85fa48f78cc48b463 SHA1 4898339761e339021b7e840ea7985b44671e5f7e SHA256 016b1542e40819e2854cf617c2ab08c7f9aebc26dd613673e81a95603dde7146
+EBUILD makeztxt-1.60.ebuild 490 RMD160 ff91e09397605af9717ece59016e05c4a18c9757 SHA1 3283399b975228627d6e489dcbd76b2155bf1e5d SHA256 c04ea2753fc67a22e46196286c798202033192506ae1f047f86c790dfa05f7d4
+MD5 78b2dfe21e3c7e161a59512b636b0ecf makeztxt-1.60.ebuild 490
+RMD160 ff91e09397605af9717ece59016e05c4a18c9757 makeztxt-1.60.ebuild 490
+SHA256 c04ea2753fc67a22e46196286c798202033192506ae1f047f86c790dfa05f7d4 makeztxt-1.60.ebuild 490
+MD5 afff228786104676f58e219cdd4c3a13 files/digest-makeztxt-1.60 250
+RMD160 fa466d1277b7af62d83c2bd526311142b67a4234 files/digest-makeztxt-1.60 250
+SHA256 dcd4092ca32ac7a40c3a3a310b881015e627eb4ed6d2d208ac8ac6df43526a5b files/digest-makeztxt-1.60 250
diff --git a/app-pda/makeztxt/files/digest-makeztxt-1.60 b/app-pda/makeztxt/files/digest-makeztxt-1.60
new file mode 100644
index 0000000..72abbcf
--- a/dev/null
+++ b/app-pda/makeztxt/files/digest-makeztxt-1.60
@@ -0,0 +1,3 @@
+MD5 d2f4166191b8ddd1033252de2d4680b5 makeztxt-1.60-src.tar.gz 39508
+RMD160 3ed195189fb8eaa7dd07c2e85fa48f78cc48b463 makeztxt-1.60-src.tar.gz 39508
+SHA256 016b1542e40819e2854cf617c2ab08c7f9aebc26dd613673e81a95603dde7146 makeztxt-1.60-src.tar.gz 39508
diff --git a/app-pda/makeztxt/makeztxt-1.60.ebuild b/app-pda/makeztxt/makeztxt-1.60.ebuild
new file mode 100644
index 0000000..3999491
--- a/dev/null
+++ b/app-pda/makeztxt/makeztxt-1.60.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+DESCRIPTION="text document for weasel reader converter"
+HOMEPAGE="http://gutenpalm.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gutenpalm/${P}-src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+DEPEND="sys-libs/zlib"
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc COPYING ChangeLog README .makeztxtrc
+}
diff --git a/profiles/categories b/profiles/categories
index 79ca428..f916367 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -1,3 +1,4 @@
+app-pda
app-text
dev-db
dev-libs