-rw-r--r-- | app-pda/makeztxt/Manifest | 8 | ||||
-rw-r--r-- | app-pda/makeztxt/files/digest-makeztxt-1.60 | 3 | ||||
-rw-r--r-- | app-pda/makeztxt/makeztxt-1.60.ebuild | 23 | ||||
-rw-r--r-- | profiles/categories | 1 |
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 @@ | |||
1 | DIST makeztxt-1.60-src.tar.gz 39508 RMD160 3ed195189fb8eaa7dd07c2e85fa48f78cc48b463 SHA1 4898339761e339021b7e840ea7985b44671e5f7e SHA256 016b1542e40819e2854cf617c2ab08c7f9aebc26dd613673e81a95603dde7146 | ||
2 | EBUILD makeztxt-1.60.ebuild 490 RMD160 ff91e09397605af9717ece59016e05c4a18c9757 SHA1 3283399b975228627d6e489dcbd76b2155bf1e5d SHA256 c04ea2753fc67a22e46196286c798202033192506ae1f047f86c790dfa05f7d4 | ||
3 | MD5 78b2dfe21e3c7e161a59512b636b0ecf makeztxt-1.60.ebuild 490 | ||
4 | RMD160 ff91e09397605af9717ece59016e05c4a18c9757 makeztxt-1.60.ebuild 490 | ||
5 | SHA256 c04ea2753fc67a22e46196286c798202033192506ae1f047f86c790dfa05f7d4 makeztxt-1.60.ebuild 490 | ||
6 | MD5 afff228786104676f58e219cdd4c3a13 files/digest-makeztxt-1.60 250 | ||
7 | RMD160 fa466d1277b7af62d83c2bd526311142b67a4234 files/digest-makeztxt-1.60 250 | ||
8 | 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 @@ | |||
1 | MD5 d2f4166191b8ddd1033252de2d4680b5 makeztxt-1.60-src.tar.gz 39508 | ||
2 | RMD160 3ed195189fb8eaa7dd07c2e85fa48f78cc48b463 makeztxt-1.60-src.tar.gz 39508 | ||
3 | 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 @@ | |||
1 | # Copyright 1999-2007 Gentoo Foundation | ||
2 | # Distributed under the terms of the GNU General Public License v2 | ||
3 | # $Header: $ | ||
4 | |||
5 | inherit eutils | ||
6 | DESCRIPTION="text document for weasel reader converter" | ||
7 | HOMEPAGE="http://gutenpalm.sourceforge.net/" | ||
8 | SRC_URI="mirror://sourceforge/gutenpalm/${P}-src.tar.gz" | ||
9 | |||
10 | LICENSE="GPL-2" | ||
11 | SLOT="0" | ||
12 | KEYWORDS="x86" | ||
13 | IUSE="" | ||
14 | DEPEND="sys-libs/zlib" | ||
15 | |||
16 | src_compile() { | ||
17 | emake || die "emake failed" | ||
18 | } | ||
19 | |||
20 | src_install() { | ||
21 | dobin ${PN} | ||
22 | dodoc COPYING ChangeLog README .makeztxtrc | ||
23 | } | ||
diff --git a/profiles/categories b/profiles/categories index 79ca428..f916367 100644 --- a/profiles/categories +++ b/profiles/categories | |||
@@ -1,7 +1,8 @@ | |||
1 | app-pda | ||
1 | app-text | 2 | app-text |
2 | dev-db | 3 | dev-db |
3 | dev-libs | 4 | dev-libs |
4 | dev-perl | 5 | dev-perl |
5 | sys-apps | 6 | sys-apps |
6 | www-misc | 7 | www-misc |
7 | x11-plugins | 8 | x11-plugins |