diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-04-28 07:25:53 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-04-28 07:25:53 +0200 |
commit | 1bb15d74baf65c6ca8a598894475a696c4daab0e (patch) | |
tree | b4c887b0fb6e13c28b8b347b7d580b5706e496f7 /games-arcade | |
parent | slic3r stuff (diff) | |
download | tbc-1bb15d74baf65c6ca8a598894475a696c4daab0e.tar.gz tbc-1bb15d74baf65c6ca8a598894475a696c4daab0e.tar.bz2 tbc-1bb15d74baf65c6ca8a598894475a696c4daab0e.zip |
remove old cruft
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/blackvoxel/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/blackvoxel/blackvoxel-1.38.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/games-arcade/blackvoxel/Manifest b/games-arcade/blackvoxel/Manifest deleted file mode 100644 index be73ebd..0000000 --- a/games-arcade/blackvoxel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blackvoxel-1.38.tar.gz 20141324 SHA256 f4c2472e43ebdb8b0648b07b21a9cfb491a00300d9c2917b6b09f3751ead117c SHA512 d8901f7312986f35ab210b019497ffde74fd46b03561dc79a85ba676e70f375adc07e38f315c1ad5ca936bb2ae895ce6cc60e91c1d66677316e33c23758cc8a7 WHIRLPOOL beee8c571f445f369f3ade3be1e4532cb04c746a181a5cc99c50b51e0189d7d62664e41bc5876b47657032c376444f9920cdb1c6d7788522d093243054126044 diff --git a/games-arcade/blackvoxel/blackvoxel-1.38.ebuild b/games-arcade/blackvoxel/blackvoxel-1.38.ebuild deleted file mode 100644 index 78bb107..0000000 --- a/games-arcade/blackvoxel/blackvoxel-1.38.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit games - -DESCRIPTION="a" -HOMEPAGE="b" -SRC_URI="https://github.com/Blackvoxel/Blackvoxel/archive/v${PV}.tar.gz -> ${PF}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Blackvoxel-${PV}" - -src_prepare() { - sed -i 's/\(CFLAGS\)=\(.*\)/\1+=\2/g' Makefile || die - sed -i 's/\(CFLAGS.*\)-O3/\1/g' Makefile || die - sed -i '/Licence/d' Makefile || die -} - -src_install() { - emake specialinstall=1 \ - DESTDIR="${D}" \ - bindir="${D}/usr/bin/" \ - icondir="${D}/usr/share/icons/" \ - icondir2="${D}/usr/share/icons/" \ - desktopdir="${D}/usr/share/applications/" \ - blackvoxeldatadir="${D}/usr/share/${PF}/" - install -} |