diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-09-28 21:12:50 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-09-28 21:12:50 +0000 |
commit | a4cc8069ca19d8c949979055493bce05b895e880 (patch) | |
tree | 02e7f43f71ab90ee348fab68101c854abede62c2 /games-fps/doom-data | |
parent | Pruning old ebuild (diff) | |
download | historical-a4cc8069ca19d8c949979055493bce05b895e880.tar.gz historical-a4cc8069ca19d8c949979055493bce05b895e880.tar.bz2 historical-a4cc8069ca19d8c949979055493bce05b895e880.zip |
inherit eutils for make_desktop_entry
Package-Manager: portage-2.1.2_pre1-r4
Diffstat (limited to 'games-fps/doom-data')
-rw-r--r-- | games-fps/doom-data/doom-data-1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom-data/doom-data-1-r1.ebuild b/games-fps/doom-data/doom-data-1-r1.ebuild index e8f4973c2cd3..d32573fe683a 100644 --- a/games-fps/doom-data/doom-data-1-r1.ebuild +++ b/games-fps/doom-data/doom-data-1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom-data/doom-data-1-r1.ebuild,v 1.1 2006/09/05 19:21:23 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom-data/doom-data-1-r1.ebuild,v 1.2 2006/09/28 21:11:25 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="collection of doom wad files from id" HOMEPAGE="http://www.idsoftware.com/" |