summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-09 23:29:05 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-09 23:29:05 +0000
commit32d2ac38fc430f66cd17a8804ddd2b16e6e741d6 (patch)
tree56bb465a7d5b1b9f6cf869a0574f924a4a684660 /games-util/biounzip
parenttypo (diff)
downloadhistorical-32d2ac38fc430f66cd17a8804ddd2b16e6e741d6.tar.gz
historical-32d2ac38fc430f66cd17a8804ddd2b16e6e741d6.tar.bz2
historical-32d2ac38fc430f66cd17a8804ddd2b16e6e741d6.zip
Initial import. Ebuild by Constantin Bergemann <tony@knueppelcore.de>.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-util/biounzip')
-rw-r--r--games-util/biounzip/ChangeLog10
-rw-r--r--games-util/biounzip/Manifest4
-rw-r--r--games-util/biounzip/biounzip-1.1a.ebuild30
-rw-r--r--games-util/biounzip/files/digest-biounzip-1.1a1
-rw-r--r--games-util/biounzip/metadata.xml9
5 files changed, 54 insertions, 0 deletions
diff --git a/games-util/biounzip/ChangeLog b/games-util/biounzip/ChangeLog
new file mode 100644
index 000000000000..6125a71b1b4d
--- /dev/null
+++ b/games-util/biounzip/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-util/biounzip
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/ChangeLog,v 1.1 2006/01/09 23:29:05 wolf31o2 Exp $
+
+*biounzip-1.1a (09 Jan 2006)
+
+ 09 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +biounzip-1.1a.ebuild:
+ Initial import. Ebuild by Constantin Bergemann <tony@knueppelcore.de>.
+
diff --git a/games-util/biounzip/Manifest b/games-util/biounzip/Manifest
new file mode 100644
index 000000000000..b5fa6c582c1a
--- /dev/null
+++ b/games-util/biounzip/Manifest
@@ -0,0 +1,4 @@
+MD5 3e989657e40744715e7a728e8ee56f45 ChangeLog 412
+MD5 bd30283c4daeeb182fbbc7a1f1c763e5 biounzip-1.1a.ebuild 644
+MD5 041179e08794536879d19268e10bd704 files/digest-biounzip-1.1a 64
+MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254
diff --git a/games-util/biounzip/biounzip-1.1a.ebuild b/games-util/biounzip/biounzip-1.1a.ebuild
new file mode 100644
index 000000000000..39916176f51a
--- /dev/null
+++ b/games-util/biounzip/biounzip-1.1a.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 1.1 2006/01/09 23:29:05 wolf31o2 Exp $
+
+inherit eutils
+
+S="${WORKDIR}/${P/a/}"
+
+DESCRIPTION="Unpacks BioZip archives"
+HOMEPAGE="http://biounzip.sourceforge.net/"
+SRC_URI="mirror://sourceforge/biounzip/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 x86"
+IUSE=""
+
+RDEPEND="virtual/libc sys-libs/zlib"
+
+src_compile() {
+ sed -i -e "s#-march=athlon-xp#${CFLAGS}#" Makefile
+ emake
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe biounzip
+ dodoc biozip.txt
+}
+
diff --git a/games-util/biounzip/files/digest-biounzip-1.1a b/games-util/biounzip/files/digest-biounzip-1.1a
new file mode 100644
index 000000000000..5ea6a62a3942
--- /dev/null
+++ b/games-util/biounzip/files/digest-biounzip-1.1a
@@ -0,0 +1 @@
+MD5 3f6bafc12d07ae251788e24c7a23a93a biounzip-1.1a.tar.bz2 9894
diff --git a/games-util/biounzip/metadata.xml b/games-util/biounzip/metadata.xml
new file mode 100644
index 000000000000..fe08918e6837
--- /dev/null
+++ b/games-util/biounzip/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+ <email>wolf31o2@gentoo.org</email>
+ <name>Chris Gianelloni</name>
+</maintainer>
+</pkgmetadata>