From cb02a46cc3aa4f4de76c680d82df4f2d2c2d147e Mon Sep 17 00:00:00 2001 From: Phil Bordelon Date: Thu, 24 Apr 2003 23:15:21 +0000 Subject: Version bump. Masked for testing. --- dev-libs/physfs/ChangeLog | 7 ++++++- dev-libs/physfs/files/digest-physfs-0.1.8 | 1 + dev-libs/physfs/physfs-0.1.8.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dev-libs/physfs/files/digest-physfs-0.1.8 create mode 100644 dev-libs/physfs/physfs-0.1.8.ebuild (limited to 'dev-libs') 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 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 +} -- cgit v1.2.3-65-gdbad