summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util')
-rw-r--r--games-util/linux-wbfs-manager/Manifest12
-rw-r--r--games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild37
2 files changed, 0 insertions, 49 deletions
diff --git a/games-util/linux-wbfs-manager/Manifest b/games-util/linux-wbfs-manager/Manifest
index ee86ec483a1a..f053f3613f46 100644
--- a/games-util/linux-wbfs-manager/Manifest
+++ b/games-util/linux-wbfs-manager/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST linux-wbfs-manager-0.1.10.tar.gz 33980 RMD160 4e54faf950fb6b40e6c02e7bec1f713a8fae60d6 SHA1 f8cc2b0030d68142f37044dbaa655baaa1a8cd8f SHA256 18994953124592b5f0e8297190d27e9afaf16af3a8452f7697884371aa7d04a3
DIST linux-wbfs-manager-0.1.11.tar.gz 33556 RMD160 310fbcea1cd13737af5331c2b38f616e4fe2540c SHA1 f032855ac7abe6cf14bda84e133696716e2d48ca SHA256 7c5d6b2a6b21c734a520ed1b639d0aa23643f157ebc0a95147b3b6e08a41542d
-EBUILD linux-wbfs-manager-0.1.10.ebuild 790 RMD160 76a3b4a746900794b2aeca0ed1bb0a60c7238d23 SHA1 89d2149060f749d0722a1335e03efdf767c40ddd SHA256 c84491c43045a4bb1cb7211ea9bd223a95f5d3153c83d7e393c71afc11f618af
EBUILD linux-wbfs-manager-0.1.11.ebuild 707 RMD160 dfa78d23a453e4e6956dc75ca80d414a1e72ca26 SHA1 e43610e6dc8d0ee7a3f7dba76066dfbacb71f19d SHA256 b5468708e8d43d360f358c2d2008c7dc564abd1eca36ac75bec6bc35538d0321
MISC ChangeLog 547 RMD160 2fed490a3dac6a193c17638cecaae3f5685b4f0d SHA1 8dfcafc456efa0bf174389e4149e461718794a03 SHA256 acdedbff5157598f592dbf075712cd2dadabb8c35a38242ce3a70abe750a93de
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkqh4nEACgkQlPl3HsVfCDraNwCdF3AgF0baW+5LiC9ZaqF7V8kJ
-vXQAnRYUIh2oH3XoVtyX4XP53Kk22AQT
-=FdlT
------END PGP SIGNATURE-----
diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild
deleted file mode 100644
index b481d06a062f..000000000000
--- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild,v 1.2 2009/09/02 11:38:02 vapier Exp $
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="WBFS manager for Linux using GTK+"
-HOMEPAGE="http://code.google.com/p/linux-wbfs-manager/"
-SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/glib:2
- gnome-base/libglade:2.0"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -i \
- -e '/^CFLAGS/s:= -O2:+= $(CPPFLAGS):' \
- -e '/^LDFLAGS/d' \
- Makefile
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- dobin wbfs_gtk || die
- dodoc README
-}