diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 03:25:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 03:25:32 +0000 |
commit | 86263ee5f39cc2d0261197812c472899dc42247e (patch) | |
tree | 67b78dccfaee5b8aed4949bfd8c43d7379b1e7eb /dev-games/physfs | |
parent | Version bump (diff) | |
download | historical-86263ee5f39cc2d0261197812c472899dc42247e.tar.gz historical-86263ee5f39cc2d0261197812c472899dc42247e.tar.bz2 historical-86263ee5f39cc2d0261197812c472899dc42247e.zip |
old
Diffstat (limited to 'dev-games/physfs')
-rw-r--r-- | dev-games/physfs/files/digest-physfs-0.1.9 | 1 | ||||
-rw-r--r-- | dev-games/physfs/physfs-0.1.9.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-games/physfs/files/digest-physfs-0.1.9 b/dev-games/physfs/files/digest-physfs-0.1.9 deleted file mode 100644 index ab24b537d22e..000000000000 --- a/dev-games/physfs/files/digest-physfs-0.1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee61f31d15563a3f785adbd800933631 physfs-0.1.9.tar.gz 428672 diff --git a/dev-games/physfs/physfs-0.1.9.ebuild b/dev-games/physfs/physfs-0.1.9.ebuild deleted file mode 100644 index 249661c9c7f4..000000000000 --- a/dev-games/physfs/physfs-0.1.9.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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-0.1.9.ebuild,v 1.12 2005/01/01 18:02:52 eradicator 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="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha hppa amd64" -IUSE="" - -DEPEND="virtual/libc" - -src_install() { - einstall || die "Installation failed" - dodoc CHANGELOG CREDITS TODO docs/README -} |