summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-12-30 05:44:54 +0000
committerChris White <chriswhite@gentoo.org>2004-12-30 05:44:54 +0000
commit8761c2506a32fff1b418b8b203103db1326f06eb (patch)
treec615133986f7e1dddd659b186ad106751aaf4a83 /media-libs/liblingoteach
parentAdded hardened+mmx patch by Allen Ibara as per bug #73342. (diff)
downloadhistorical-8761c2506a32fff1b418b8b203103db1326f06eb.tar.gz
historical-8761c2506a32fff1b418b8b203103db1326f06eb.tar.bz2
historical-8761c2506a32fff1b418b8b203103db1326f06eb.zip
Initial import into the tree as per bug #30583.
Diffstat (limited to 'media-libs/liblingoteach')
-rw-r--r--media-libs/liblingoteach/ChangeLog10
-rw-r--r--media-libs/liblingoteach/Manifest14
-rw-r--r--media-libs/liblingoteach/files/digest-liblingoteach-0.2.11
-rw-r--r--media-libs/liblingoteach/liblingoteach-0.2.1.ebuild35
-rw-r--r--media-libs/liblingoteach/metadata.xml8
5 files changed, 68 insertions, 0 deletions
diff --git a/media-libs/liblingoteach/ChangeLog b/media-libs/liblingoteach/ChangeLog
new file mode 100644
index 000000000000..2982fdcf3fe3
--- /dev/null
+++ b/media-libs/liblingoteach/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/liblingoteach
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblingoteach/ChangeLog,v 1.1 2004/12/30 05:44:54 chriswhite Exp $
+
+*liblingoteach-0.2.1 (30 Dec 2004)
+
+ 30 Dec 2004; Chris White <chriswhite@gentoo.org> +metadata.xml,
+ +liblingoteach-0.2.1.ebuild:
+ Initial import as per bug #30583.
+
diff --git a/media-libs/liblingoteach/Manifest b/media-libs/liblingoteach/Manifest
new file mode 100644
index 000000000000..9d33b6d76570
--- /dev/null
+++ b/media-libs/liblingoteach/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 0d500a24594c08f108f5849d3ece1376 liblingoteach-0.2.1.ebuild 837
+MD5 dbafe0153b3ee5f599d5dbeac4aa3210 metadata.xml 224
+MD5 d170b38637622b884a469026429169d8 ChangeLog 395
+MD5 933430885c4d8162de0efd650246cf3f files/digest-liblingoteach-0.2.1 71
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFB05UiFdQwWVoAgN4RAiErAJ9PeJVTX1AVjUr/wmkK569/cT+vDQCg0IIF
+Np2LL50UJHFiwOVwhnotgmM=
+=O9xZ
+-----END PGP SIGNATURE-----
diff --git a/media-libs/liblingoteach/files/digest-liblingoteach-0.2.1 b/media-libs/liblingoteach/files/digest-liblingoteach-0.2.1
new file mode 100644
index 000000000000..6e5a3dc815ce
--- /dev/null
+++ b/media-libs/liblingoteach/files/digest-liblingoteach-0.2.1
@@ -0,0 +1 @@
+MD5 bae18e3b7c87ac45bc2fe841fac06565 liblingoteach-0.2.1.tar.gz 190273
diff --git a/media-libs/liblingoteach/liblingoteach-0.2.1.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.1.ebuild
new file mode 100644
index 000000000000..0d73b7c5ae16
--- /dev/null
+++ b/media-libs/liblingoteach/liblingoteach-0.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblingoteach/liblingoteach-0.2.1.ebuild,v 1.1 2004/12/30 05:44:54 chriswhite Exp $
+
+inherit eutils
+
+DESCRIPTION="A library to support lingoteach-ui and for generic lesson development."
+HOMEPAGE="http://www.lingoteach.org"
+SRC_URI="mirror://sourceforge/lingoteach/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE="debug zlib"
+DEPEND="dev-util/pkgconfig
+ zlib? ( sys-libs/zlib )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ econf \
+ $(use_enable zlib compression) \
+ $(use_enable debug) \
+ || die "econf failed"
+
+ sed -i -e "s:^HTML_DIR = :HTML_DIR = ${D}/:" -i doc/Makefile
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}
diff --git a/media-libs/liblingoteach/metadata.xml b/media-libs/liblingoteach/metadata.xml
new file mode 100644
index 000000000000..ec6a427b666f
--- /dev/null
+++ b/media-libs/liblingoteach/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+<maintainer>
+ <email>chriswhite@gentoo.org</email>
+</maintainer>
+</pkgmetadata>