diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-20 19:34:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-20 19:34:41 +0000 |
commit | c63d9a5c8ff4038563198abeac28f0e3d3243607 (patch) | |
tree | d1a346789a81c88a4ad7bee6c9b532755a3a8ec3 /dev-games | |
parent | add corefonts to the DEPEND #85977 (diff) | |
download | historical-c63d9a5c8ff4038563198abeac28f0e3d3243607.tar.gz historical-c63d9a5c8ff4038563198abeac28f0e3d3243607.tar.bz2 historical-c63d9a5c8ff4038563198abeac28f0e3d3243607.zip |
add mhash to the DEPEND list #85883
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/gtkradiant/Manifest | 6 | ||||
-rw-r--r-- | dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-games/gtkradiant/Manifest b/dev-games/gtkradiant/Manifest index 5b41b7ac4538..4614b82d3c40 100644 --- a/dev-games/gtkradiant/Manifest +++ b/dev-games/gtkradiant/Manifest @@ -1,14 +1,14 @@ MD5 e34ededd77c3a47205ab7dcdfa8796ce ChangeLog 1217 MD5 ef0095f3b3186dcfe1db13c01801454e gtkradiant-1.3.12.ebuild 1312 -MD5 edf3fc969333a4551fb2cf5c5a9abf40 gtkradiant-1.4.0.ebuild 1644 MD5 9c392282a19df0c12b6a15150c130f81 metadata.xml 538 -MD5 bc893d982dd73d7ab8e6b4aee463b4ea gtkradiant-1.5.0_pre20041205.ebuild 981 +MD5 edf3fc969333a4551fb2cf5c5a9abf40 gtkradiant-1.4.0.ebuild 1644 +MD5 ec6a26503f657ae43a77ed59763afa3f gtkradiant-1.5.0_pre20041205.ebuild 1008 MD5 031d93d17697b6512404b8a7e3a5006e files/digest-gtkradiant-1.3.12 71 -MD5 68a371cbed93f7eaa0ea5d87c2c14d81 files/digest-gtkradiant-1.4.0 70 MD5 3633c9d3f6ed52242495709273e66209 files/et.game 328 MD5 0dce3f3cf6514f0ba360faebf7f0329d files/q2.game 315 MD5 f387ea4ffe33d6456f53c5a65e10e597 files/q3.game 321 MD5 e87d17f38772a874e6484462e0ce092e files/q3map2 136 MD5 78012ad36011d8cf41354d509bcf5faa files/radiant 137 MD5 2a27da1131c5916209d6c9381c06d182 files/wolf.game 318 +MD5 68a371cbed93f7eaa0ea5d87c2c14d81 files/digest-gtkradiant-1.4.0 70 MD5 d05f4e65ce265d106f0112ea0765627b files/digest-gtkradiant-1.5.0_pre20041205 82 diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild index 37cc0c3dafdb..26f645d9494d 100644 --- a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild +++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild,v 1.2 2005/01/01 17:59:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild,v 1.3 2005/03/20 19:34:41 vapier Exp $ inherit eutils games rpm @@ -16,16 +16,18 @@ IUSE="" RDEPEND="media-libs/libpng sys-libs/zlib + app-crypt/mhash =dev-libs/glib-2* =x11-libs/gtk+-2* dev-libs/atk x11-libs/pango x11-libs/gtkglext dev-libs/libxml2 + sys-libs/glibc virtual/x11 virtual/opengl" -S="${WORKDIR}/opt/${PN}" +S=${WORKDIR}/opt/${PN} src_install() { local dir="${GAMES_PREFIX_OPT}/${PN}" |