diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 03:27:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 03:27:35 +0000 |
commit | 16879ed519a5d5aa04f96abe76f93a49748012f1 (patch) | |
tree | 749f87646025df7ac72c9322b264f543a8de1f96 /dev-games | |
parent | Version bump #104106 by Dennis Schridde. (diff) | |
download | historical-16879ed519a5d5aa04f96abe76f93a49748012f1.tar.gz historical-16879ed519a5d5aa04f96abe76f93a49748012f1.tar.bz2 historical-16879ed519a5d5aa04f96abe76f93a49748012f1.zip |
Version bump #104106 by Dennis Schridde.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/physfs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/physfs/files/digest-physfs-1.0.1 | 1 | ||||
-rw-r--r-- | dev-games/physfs/files/digest-physfs-1.1.0 | 1 | ||||
-rw-r--r-- | dev-games/physfs/physfs-1.0.1.ebuild | 19 | ||||
-rw-r--r-- | dev-games/physfs/physfs-1.1.0.ebuild | 19 |
5 files changed, 46 insertions, 1 deletions
diff --git a/dev-games/physfs/ChangeLog b/dev-games/physfs/ChangeLog index 502b9b87f0d0..61e5cf3be001 100644 --- a/dev-games/physfs/ChangeLog +++ b/dev-games/physfs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-games/physfs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/ChangeLog,v 1.12 2005/09/01 03:26:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/ChangeLog,v 1.13 2005/09/01 03:27:35 vapier Exp $ + +*physfs-1.1.0 (01 Sep 2005) + + 01 Sep 2005; Mike Frysinger <vapier@gentoo.org> +physfs-1.1.0.ebuild: + Version bump #104106 by Dennis Schridde. *physfs-1.0.1 (01 Sep 2005) diff --git a/dev-games/physfs/files/digest-physfs-1.0.1 b/dev-games/physfs/files/digest-physfs-1.0.1 new file mode 100644 index 000000000000..9b7d60231ea4 --- /dev/null +++ b/dev-games/physfs/files/digest-physfs-1.0.1 @@ -0,0 +1 @@ +MD5 d0bd118c6b55fb1e020fe982d6ec6957 physfs-1.0.1.tar.gz 539978 diff --git a/dev-games/physfs/files/digest-physfs-1.1.0 b/dev-games/physfs/files/digest-physfs-1.1.0 new file mode 100644 index 000000000000..86769fd07674 --- /dev/null +++ b/dev-games/physfs/files/digest-physfs-1.1.0 @@ -0,0 +1 @@ +MD5 2b5d678d66dcbd03c74440e57c89ca33 physfs-1.1.0.tar.gz 494182 diff --git a/dev-games/physfs/physfs-1.0.1.ebuild b/dev-games/physfs/physfs-1.0.1.ebuild new file mode 100644 index 000000000000..53a96067d2c8 --- /dev/null +++ b/dev-games/physfs/physfs-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-1.0.1.ebuild,v 1.1 2005/09/01 03:26:10 vapier Exp $ + +DESCRIPTION="abstraction layer for filesystems, useful for games" +HOMEPAGE="http://icculus.org/physfs/" +SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~alpha amd64 hppa ppc sparc x86" +IUSE="" + +DEPEND="" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc CHANGELOG CREDITS TODO docs/README +} diff --git a/dev-games/physfs/physfs-1.1.0.ebuild b/dev-games/physfs/physfs-1.1.0.ebuild new file mode 100644 index 000000000000..30935252dd10 --- /dev/null +++ b/dev-games/physfs/physfs-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-1.1.0.ebuild,v 1.1 2005/09/01 03:27:35 vapier Exp $ + +DESCRIPTION="abstraction layer for filesystems, useful for games" +HOMEPAGE="http://icculus.org/physfs/" +SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc CHANGELOG CREDITS TODO docs/README +} |