summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-01 03:25:32 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-01 03:25:32 +0000
commit6a746d08271a8bb983d8e2ab6eab3e92077bc4da (patch)
treea44c80cd0741869b37bd7748e320e7f9817990b6 /dev-games/physfs
parentVersion bump (diff)
downloadgentoo-2-6a746d08271a8bb983d8e2ab6eab3e92077bc4da.tar.gz
gentoo-2-6a746d08271a8bb983d8e2ab6eab3e92077bc4da.tar.bz2
gentoo-2-6a746d08271a8bb983d8e2ab6eab3e92077bc4da.zip
old
Diffstat (limited to 'dev-games/physfs')
-rw-r--r--dev-games/physfs/files/digest-physfs-0.1.91
-rw-r--r--dev-games/physfs/physfs-0.1.9.ebuild19
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
-}