diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-19 03:30:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-19 03:30:11 +0000 |
commit | 353a3b2efaed4397e3e4ed661e785e74693d37c5 (patch) | |
tree | 9af555a8ecedbaf8ad56197ff844019ba7cde2fd /games-fps/doom3-ducttape | |
parent | version bump (bug #104626) (diff) | |
download | gentoo-2-353a3b2efaed4397e3e4ed661e785e74693d37c5.tar.gz gentoo-2-353a3b2efaed4397e3e4ed661e785e74693d37c5.tar.bz2 gentoo-2-353a3b2efaed4397e3e4ed661e785e74693d37c5.zip |
initial import
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'games-fps/doom3-ducttape')
-rw-r--r-- | games-fps/doom3-ducttape/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/Manifest | 3 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild | 24 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/files/digest-doom3-ducttape-0006 | 1 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/metadata.xml | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/games-fps/doom3-ducttape/ChangeLog b/games-fps/doom3-ducttape/ChangeLog new file mode 100644 index 000000000000..6c0f923b8f32 --- /dev/null +++ b/games-fps/doom3-ducttape/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-fps/doom3-ducttape +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.1 2005/10/19 03:30:11 vapier Exp $ + +*doom3-ducttape-0006 (18 Oct 2005) + + 18 Oct 2005; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-fps/doom3-ducttape/Manifest b/games-fps/doom3-ducttape/Manifest new file mode 100644 index 000000000000..cb7b07f989f3 --- /dev/null +++ b/games-fps/doom3-ducttape/Manifest @@ -0,0 +1,3 @@ +MD5 ef2d1a17770b154c879bc08fbf838f5b doom3-ducttape-0006.ebuild 549 +MD5 8785dc5669f0e4fe108dbe5918cd0120 files/digest-doom3-ducttape-0005 60 +MD5 8eece47e913a31cff1e158cb4c9db32b files/digest-doom3-ducttape-0006 60 diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild new file mode 100644 index 000000000000..426b7abd57cd --- /dev/null +++ b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild,v 1.1 2005/10/19 03:30:11 vapier Exp $ + +inherit games + +DESCRIPTION="sticks flashlights to your machinegun and shotgun" +HOMEPAGE="http://ducttape.glenmurphy.com/" +SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="" + +DEPEND="games-fps/doom3" + +S=${WORKDIR} + +src_install() { + insinto "${GAMES_PREFIX_OPT}"/doom3/base + newins pak005.pk4 pak705.pk4 || die "doins failed" + newins readme.txt ${PN}-readme.txt +} diff --git a/games-fps/doom3-ducttape/files/digest-doom3-ducttape-0006 b/games-fps/doom3-ducttape/files/digest-doom3-ducttape-0006 new file mode 100644 index 000000000000..f47224bea9ee --- /dev/null +++ b/games-fps/doom3-ducttape/files/digest-doom3-ducttape-0006 @@ -0,0 +1 @@ +MD5 b890d978f3bc5b5c8ecbe52e4934e368 ducttape0006.zip 65641 diff --git a/games-fps/doom3-ducttape/metadata.xml b/games-fps/doom3-ducttape/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/doom3-ducttape/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |