summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnant Narayanan <anant@gentoo.org>2008-12-17 00:16:14 +0000
committerAnant Narayanan <anant@gentoo.org>2008-12-17 00:16:14 +0000
commitb47d99ab3f1e3d43564bb3cd25990ddf5f42be09 (patch)
tree9c5acd74a1295e8b4eb40a0bacf7fe16f4eb9836 /sci-misc/lttoolbox
parentDon't specify the compression for documentation; bug #207768 (diff)
downloadhistorical-b47d99ab3f1e3d43564bb3cd25990ddf5f42be09.tar.gz
historical-b47d99ab3f1e3d43564bb3cd25990ddf5f42be09.tar.bz2
historical-b47d99ab3f1e3d43564bb3cd25990ddf5f42be09.zip
New ebuild for lttoolbox, bug #215833
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28-rc6 i686
Diffstat (limited to 'sci-misc/lttoolbox')
-rw-r--r--sci-misc/lttoolbox/ChangeLog9
-rw-r--r--sci-misc/lttoolbox/Manifest4
-rw-r--r--sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild22
-rw-r--r--sci-misc/lttoolbox/metadata.xml12
4 files changed, 47 insertions, 0 deletions
diff --git a/sci-misc/lttoolbox/ChangeLog b/sci-misc/lttoolbox/ChangeLog
new file mode 100644
index 000000000000..c296b989e711
--- /dev/null
+++ b/sci-misc/lttoolbox/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-misc/lttoolbox
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.1 2008/12/17 00:16:14 anant Exp $
+
+*lttoolbox-3.1.0 (15 Dec 2008)
+
+ 15 Dec 2008; <anant@gentoo.org> +metadata.xml, +lttoolbox-3.1.0.ebuild:
+ New ebuild for lttoolbox, bug #215833
+
diff --git a/sci-misc/lttoolbox/Manifest b/sci-misc/lttoolbox/Manifest
new file mode 100644
index 000000000000..a5d191379e86
--- /dev/null
+++ b/sci-misc/lttoolbox/Manifest
@@ -0,0 +1,4 @@
+DIST lttoolbox-3.1.0.tar.gz 375031 RMD160 45e65fe5292cd3ff1f52c8b7c5cf45ad3e59c3e9 SHA1 e822d81d95640cfdec876f01beb584f9b12ef22c SHA256 17ceeac6a2a2c0afdeded8f79594145b9964e78bc2ab8eb49bf2a35f63c80fb4
+EBUILD lttoolbox-3.1.0.ebuild 722 RMD160 7d2378d41da798846248f846fbf7832a79b621a4 SHA1 0e48df98031bef5373cee5d8475f6e794154b091 SHA256 d919952c39c31aa19bd7ce2a5ec73a60f01ce537e27f6e9139ca99746508e65a
+MISC ChangeLog 355 RMD160 2f0422a0ae8eb043dc1ed66a8d41187ebbf47aa2 SHA1 b60fdc07087ce10302e72cf15aadcff0e9682691 SHA256 98355f0233486f6ba4bc14b9ebae90ebc5dc01c21f996d438859a692d735b7b2
+MISC metadata.xml 362 RMD160 3387219354a3113daa257023eb59fa3513837312 SHA1 c8334ae27f29e71a03d269a4ec8cf834c47a93da SHA256 600330c6e3396e9e280936971f213f56a03b4efb7483a16b14a925babd266bd0
diff --git a/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild b/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild
new file mode 100644
index 000000000000..c5c823b0863f
--- /dev/null
+++ b/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.1 2008/12/17 00:16:14 anant Exp $
+
+DESCRIPTION="lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words"
+HOMEPAGE="http://apertium.sourceforge.net"
+SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-libs/libxml2
+ dev-libs/libxslt
+ dev-libs/libpcre
+ sys-libs/libunwind
+ sys-devel/flex"
+RDEPEND="$DEPEND"
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc README AUTHORS ChangeLog || die "failed"
+}
diff --git a/sci-misc/lttoolbox/metadata.xml b/sci-misc/lttoolbox/metadata.xml
new file mode 100644
index 000000000000..510c6ed89b2c
--- /dev/null
+++ b/sci-misc/lttoolbox/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+ <email>cryos@gentoo.org</email>
+</maintainer>
+<longdescription lang="en">
+ lttoolbox is a toolbox for lexical processing, morphological analysis and
+ generation of words
+</longdescription>
+</pkgmetadata>