summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-09-11 07:52:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-09-11 07:52:52 +0000
commitf4bf6c58e2069c548cf83bd1924efe4f00cd5f9c (patch)
tree6fa8babdf101b4720108496b8f34e4e8ca834152 /games-board/gnome-mahjongg
parentold (diff)
downloadgentoo-2-f4bf6c58e2069c548cf83bd1924efe4f00cd5f9c.tar.gz
gentoo-2-f4bf6c58e2069c548cf83bd1924efe4f00cd5f9c.tar.bz2
gentoo-2-f4bf6c58e2069c548cf83bd1924efe4f00cd5f9c.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/gnome-mahjongg')
-rw-r--r--games-board/gnome-mahjongg/ChangeLog6
-rw-r--r--games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild34
-rw-r--r--games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/games-board/gnome-mahjongg/ChangeLog b/games-board/gnome-mahjongg/ChangeLog
index 830412e579b4..b978423e26c2 100644
--- a/games-board/gnome-mahjongg/ChangeLog
+++ b/games-board/gnome-mahjongg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/gnome-mahjongg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.16 2014/07/23 15:16:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.17 2014/09/11 07:52:52 mr_bones_ Exp $
+
+ 11 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ -gnome-mahjongg-3.10.2.ebuild, -gnome-mahjongg-3.12.1.ebuild:
+ old
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gnome-mahjongg-3.12.2.ebuild:
Stable for x86, wrt bug #512012
diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild
deleted file mode 100644
index 572fd384ae33..000000000000
--- a/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild,v 1.5 2014/03/09 11:57:11 pacho Exp $
-
-EAPI=5
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.16"
-
-inherit gnome-games vala
-
-DESCRIPTION="Disassemble a pile of tiles by removing matching pairs"
-HOMEPAGE="https://wiki.gnome.org/Mahjongg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- >=gnome-base/librsvg-2.32.0
- >=x11-libs/gtk+-3.4.0:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/yelp-tools
- >=dev-util/intltool-0.35.0
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome-games_src_prepare
- vala_src_prepare
-}
diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild
deleted file mode 100644
index 0a56ac5102a9..000000000000
--- a/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild,v 1.1 2014/04/27 16:36:21 eva Exp $
-
-EAPI=5
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.16"
-
-inherit gnome-games vala
-
-DESCRIPTION="Disassemble a pile of tiles by removing matching pairs"
-HOMEPAGE="https://wiki.gnome.org/Mahjongg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- >=gnome-base/librsvg-2.32
- >=x11-libs/gtk+-3.10:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/yelp-tools
- >=dev-util/intltool-0.50
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome-games_src_prepare
- vala_src_prepare
-}