summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 19:56:35 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 19:56:35 +0000
commit3e02f8528b9f668a2aa1e0f22edd70f77a9a8dea (patch)
tree4f76d2b395397d127aa87ef38e924d062e8f4ba9 /sci-libs
parentChange encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff)
downloadgentoo-2-3e02f8528b9f668a2aa1e0f22edd70f77a9a8dea.tar.gz
gentoo-2-3e02f8528b9f668a2aa1e0f22edd70f77a9a8dea.tar.bz2
gentoo-2-3e02f8528b9f668a2aa1e0f22edd70f77a9a8dea.zip
Moved from dev-libs/buddy to sci-libs/buddy.
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/buddy/ChangeLog23
-rw-r--r--sci-libs/buddy/Manifest4
-rw-r--r--sci-libs/buddy/buddy-2.2.ebuild39
-rw-r--r--sci-libs/buddy/files/digest-buddy-2.21
-rw-r--r--sci-libs/buddy/metadata.xml8
5 files changed, 75 insertions, 0 deletions
diff --git a/sci-libs/buddy/ChangeLog b/sci-libs/buddy/ChangeLog
new file mode 100644
index 000000000000..5c7fa724f614
--- /dev/null
+++ b/sci-libs/buddy/ChangeLog
@@ -0,0 +1,23 @@
+# ChangeLog for dev-libs/buddy
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.1 2004/12/28 19:56:35 ribosome Exp $
+
+*buddy-2.2 (28 Dec 2004)
+
+ 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+ +buddy-2.2.ebuild:
+ Moved from dev-libs/buddy to sci-libs/buddy.
+
+ 28 Aug 2004; David Holm <dholm@gentoo.org> buddy-2.2.ebuild:
+ Added to ~ppc.
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> buddy-2.2.ebuild:
+ virtual/glibc -> virtual/libc
+
+*buddy-2.2 (17 May 2004)
+
+ 17 May 2004; Patrick Kursawe <phosphan@gentoo.org> buddy-2.2.ebuild,
+ metadata.xml:
+ Ebuild by Peter Simons <simons+gentoo@cryp.to> and olivier.fisette@sympatico.ca
+ See bug #39396
+
diff --git a/sci-libs/buddy/Manifest b/sci-libs/buddy/Manifest
new file mode 100644
index 000000000000..aeb641178808
--- /dev/null
+++ b/sci-libs/buddy/Manifest
@@ -0,0 +1,4 @@
+MD5 c3329815fb4c255cecae98cb734a7f31 buddy-2.2.ebuild 922
+MD5 d4885650dd69d9bf8a064a7ed80f3c24 ChangeLog 602
+MD5 a8757f5d84f5034356241117f21b3ca9 metadata.xml 215
+MD5 e1a64f45ef867b27e17cb44bb964c7e9 files/digest-buddy-2.2 59
diff --git a/sci-libs/buddy/buddy-2.2.ebuild b/sci-libs/buddy/buddy-2.2.ebuild
new file mode 100644
index 000000000000..f5fceef8b947
--- /dev/null
+++ b/sci-libs/buddy/buddy-2.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.1 2004/12/28 19:56:35 ribosome Exp $
+
+DESCRIPTION="BuDDY - A Binary Decision Diagram Package"
+HOMEPAGE="http://www.itu.dk/research/buddy/"
+SRC_URI="http://www.itu.dk/research/buddy/buddy22.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="x86 ~ppc"
+
+IUSE=""
+DEPEND="virtual/libc"
+
+S=${WORKDIR}/buddy22
+
+src_compile() {
+ make CFLAGS="${CFLAGS}" \
+ LIBDIR=usr/lib \
+ INCDIR=usr/include \
+ || die
+}
+
+src_install() {
+ install -d ${D}/usr/lib ${D}/usr/include
+ make install \
+ LIBDIR=${D}/usr/lib \
+ INCDIR=${D}/usr/include || die
+ dodoc CHANGES README doc/*.txt
+ insinto /usr/share/doc/${P}/ps
+ doins doc/*.ps
+ insinto /usr/share/${PN}/examples
+ cd examples
+ for example in *; do
+ tar -czf ${example}.tar.gz ${example}
+ doins ${example}.tar.gz
+ done
+}
diff --git a/sci-libs/buddy/files/digest-buddy-2.2 b/sci-libs/buddy/files/digest-buddy-2.2
new file mode 100644
index 000000000000..ed1ad4dc34db
--- /dev/null
+++ b/sci-libs/buddy/files/digest-buddy-2.2
@@ -0,0 +1 @@
+MD5 0227cdee27bc92a73976f8329d1f5234 buddy22.tar.gz 448103
diff --git a/sci-libs/buddy/metadata.xml b/sci-libs/buddy/metadata.xml
new file mode 100644
index 000000000000..efb490d78817
--- /dev/null
+++ b/sci-libs/buddy/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>sci</herd>
+<maintainer>
+ <email>sci@gentoo.org</email>
+</maintainer>
+</pkgmetadata>