summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Bordelon <sunflare@gentoo.org>2003-04-24 23:15:21 +0000
committerPhil Bordelon <sunflare@gentoo.org>2003-04-24 23:15:21 +0000
commitfb19f9bfec5ff2ab9bc0c7dbc96ee9a8270b0c37 (patch)
tree3a46dfbd924b2b0316338b888ce07ebde3b13049 /dev-libs/physfs
parentAdded hppa to KEYWORDS. (diff)
downloadgentoo-2-fb19f9bfec5ff2ab9bc0c7dbc96ee9a8270b0c37.tar.gz
gentoo-2-fb19f9bfec5ff2ab9bc0c7dbc96ee9a8270b0c37.tar.bz2
gentoo-2-fb19f9bfec5ff2ab9bc0c7dbc96ee9a8270b0c37.zip
Version bump. Masked for testing.
Diffstat (limited to 'dev-libs/physfs')
-rw-r--r--dev-libs/physfs/ChangeLog7
-rw-r--r--dev-libs/physfs/files/digest-physfs-0.1.81
-rw-r--r--dev-libs/physfs/physfs-0.1.8.ebuild23
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-libs/physfs/ChangeLog b/dev-libs/physfs/ChangeLog
index 87f05e5f7c82..219332fc9601 100644
--- a/dev-libs/physfs/ChangeLog
+++ b/dev-libs/physfs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/physfs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/physfs/ChangeLog,v 1.4 2003/04/18 15:14:17 malverian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/physfs/ChangeLog,v 1.5 2003/04/24 23:15:21 sunflare Exp $
+
+*physfs-0.1.8 (24 Apr 2003)
+
+ 24 Apr 2003; Phil Bordelon <sunflare@gentoo.org> physfs-0.1.8.ebuild:
+ Version bump. Marked for testing.
*physfs-0.1.7 (12 Dec 2002)
diff --git a/dev-libs/physfs/files/digest-physfs-0.1.8 b/dev-libs/physfs/files/digest-physfs-0.1.8
new file mode 100644
index 000000000000..33b5ad79656d
--- /dev/null
+++ b/dev-libs/physfs/files/digest-physfs-0.1.8
@@ -0,0 +1 @@
+MD5 4993d229d38c0207c00074831fd7b8be physfs-0.1.8.tar.gz 462702
diff --git a/dev-libs/physfs/physfs-0.1.8.ebuild b/dev-libs/physfs/physfs-0.1.8.ebuild
new file mode 100644
index 000000000000..e94e4fbecd68
--- /dev/null
+++ b/dev-libs/physfs/physfs-0.1.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/physfs/physfs-0.1.8.ebuild,v 1.1 2003/04/24 23:15:21 sunflare Exp $
+
+DESCRIPTION="abstraction layer for filesystems, useful for games"
+SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz"
+HOMEPAGE="http://icculus.org/physfs/"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die "Compilation failed"
+}
+
+src_install() {
+ einstall || die "Installation failed"
+ dodoc AUTHORS ChangeLog COPYING README TODO
+}