summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 18:36:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 18:36:37 +0000
commit63b139f76c85cc548e0960910334e1780f2c6c65 (patch)
tree44bbde197e694ffc932ada6d9189ce4eba01e817 /games-util
parentold (diff)
downloadgentoo-2-63b139f76c85cc548e0960910334e1780f2c6c65.tar.gz
gentoo-2-63b139f76c85cc548e0960910334e1780f2c6c65.tar.bz2
gentoo-2-63b139f76c85cc548e0960910334e1780f2c6c65.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/linux-wbfs-manager/ChangeLog6
-rw-r--r--games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild48
2 files changed, 5 insertions, 49 deletions
diff --git a/games-util/linux-wbfs-manager/ChangeLog b/games-util/linux-wbfs-manager/ChangeLog
index bd40155acaf1..ce4621029113 100644
--- a/games-util/linux-wbfs-manager/ChangeLog
+++ b/games-util/linux-wbfs-manager/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/linux-wbfs-manager
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.9 2015/02/25 15:53:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.10 2015/03/12 18:36:37 mr_bones_ Exp $
+
+ 12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -linux-wbfs-manager-0.1.11.ebuild:
+ old
25 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
linux-wbfs-manager-0.1.12.ebuild:
diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild
deleted file mode 100644
index 4819e8c58be3..000000000000
--- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 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.11.ebuild,v 1.6 2010/01/23 15:43:19 ranger Exp $
-
-EAPI=2
-if [[ "${PV}" == "9999" ]]; then
- ESVN_REPO_URI="http://linux-wbfs-manager.googlecode.com/svn/trunk/"
- inherit toolchain-funcs subversion
- SRC_URI=""
- #KEYWORDS=""
-else
- inherit toolchain-funcs
- SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi;
-
-DESCRIPTION="WBFS manager for Linux using GTK+"
-HOMEPAGE="http://code.google.com/p/linux-wbfs-manager/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/glib:2
- gnome-base/libglade:2.0"
-
-if [[ ${PV} == "9999" ]] ; then
- S=${WORKDIR}/${ECVS_MODULE}
-else
- S=${WORKDIR}/${PN}
-fi
-
-src_unpack() {
- if [[ ${PV} == "9999" ]]; then
- subversion_src_unpack
- else
- unpack ${A}
- fi
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- dobin wbfs_gtk || die
- dodoc README
-}