diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 06:06:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 06:06:42 +0000 |
commit | 0adee758703dbf9b36f4164855cf2bb6eb672cee (patch) | |
tree | b905f0f6585089334256c173f7ff25a6ee96ccda /games-action/poopmup | |
parent | die backticks (diff) | |
download | historical-0adee758703dbf9b36f4164855cf2bb6eb672cee.tar.gz historical-0adee758703dbf9b36f4164855cf2bb6eb672cee.tar.bz2 historical-0adee758703dbf9b36f4164855cf2bb6eb672cee.zip |
clean in unpack; tidy
Diffstat (limited to 'games-action/poopmup')
-rw-r--r-- | games-action/poopmup/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/poopmup/Manifest | 4 | ||||
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 9 |
3 files changed, 10 insertions, 8 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog index 4f7093ff0823..928efb44885b 100644 --- a/games-action/poopmup/ChangeLog +++ b/games-action/poopmup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/poopmup # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.4 2004/06/01 12:11:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.5 2004/06/03 06:06:42 mr_bones_ Exp $ + + 02 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> poopmup-1.2.ebuild: + clean in unpack; tidy 01 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> poopmup-1.2.ebuild: Marking stable on amd64 (no bugs in 344 days). diff --git a/games-action/poopmup/Manifest b/games-action/poopmup/Manifest index 9756d85ed1df..400d18fbf49c 100644 --- a/games-action/poopmup/Manifest +++ b/games-action/poopmup/Manifest @@ -1,4 +1,4 @@ -MD5 83c541220c053bd8db51b6757f484a85 poopmup-1.2.ebuild 1062 -MD5 05a500bc9f99b8b2de86bab174cae92b ChangeLog 696 +MD5 0d9adfff5c9a9c5b5cc627c28606a226 ChangeLog 796 +MD5 fdb28dc835044b0d792c96d03693e673 poopmup-1.2.ebuild 1066 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 ec084361c43d73ee66016449c7805e38 files/digest-poopmup-1.2 64 diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild index 009e1d25e2aa..dc3124accc12 100644 --- a/games-action/poopmup/poopmup-1.2.ebuild +++ b/games-action/poopmup/poopmup-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.7 2004/06/01 12:11:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.8 2004/06/03 06:06:42 mr_bones_ Exp $ inherit games gcc @@ -28,6 +28,7 @@ src_unpack() { sed -i \ -e "s:config/:${GAMES_SYSCONFDIR}/:" \ myConfig.h || die + rm -rf $(find -name CVS) } src_compile() { @@ -35,14 +36,12 @@ src_compile() { } src_install() { - rm -rf `find -name CVS` - newgamesbin poopmup.o poopmup || die - insinto ${GAMES_DATADIR}/${PN} + insinto "${GAMES_DATADIR}/${PN}" doins textures/* - insinto ${GAMES_SYSCONFDIR} + insinto "${GAMES_SYSCONFDIR}" doins config/* dodoc README docs/*.doc |