summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-07 08:12:22 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-07 08:12:22 +0000
commit889e2b1b6ee003658d50c53b1c99ae5d44b102bd (patch)
treeaa1e7f7c658ea35442b4770ba77da534b0b2fcc7 /games-board
parentupdate dependencies (diff)
downloadgentoo-2-889e2b1b6ee003658d50c53b1c99ae5d44b102bd.tar.gz
gentoo-2-889e2b1b6ee003658d50c53b1c99ae5d44b102bd.tar.bz2
gentoo-2-889e2b1b6ee003658d50c53b1c99ae5d44b102bd.zip
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/aisleriot/ChangeLog6
-rw-r--r--games-board/aisleriot/aisleriot-3.2.3.2.ebuild71
-rw-r--r--games-board/aisleriot/aisleriot-3.4.1.ebuild73
3 files changed, 5 insertions, 145 deletions
diff --git a/games-board/aisleriot/ChangeLog b/games-board/aisleriot/ChangeLog
index d42640f55a43..9577770972e8 100644
--- a/games-board/aisleriot/ChangeLog
+++ b/games-board/aisleriot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/aisleriot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/ChangeLog,v 1.14 2013/02/02 22:32:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/ChangeLog,v 1.15 2013/03/07 08:12:22 eva Exp $
+
+ 07 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -aisleriot-3.2.3.2.ebuild, -aisleriot-3.4.1.ebuild:
+ Clean up old revisions.
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> aisleriot-3.2.3.2-r1.ebuild:
Add ~arm, wrt bug #449220
diff --git a/games-board/aisleriot/aisleriot-3.2.3.2.ebuild b/games-board/aisleriot/aisleriot-3.2.3.2.ebuild
deleted file mode 100644
index 1848a394c9f6..000000000000
--- a/games-board/aisleriot/aisleriot-3.2.3.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/aisleriot-3.2.3.2.ebuild,v 1.2 2012/07/14 13:29:05 blueness Exp $
-
-EAPI="3"
-GNOME_TARBALL_SUFFIX="xz"
-GCONF_DEBUG="yes"
-
-# make sure games is inherited first so that the gnome2
-# functions will be called if they are not overridden
-inherit eutils games gnome2
-
-DESCRIPTION="A collection of solitaire card games for GNOME"
-HOMEPAGE="http://live.gnome.org/Aisleriot"
-
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE="gnome"
-
-# FIXME: quartz support?
-COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
- >=dev-scheme/guile-1.8.0:12[deprecated,regex]
- >=gnome-base/librsvg-2.32.0
- >=x11-libs/cairo-1.10.0
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.0.0:3
- x11-libs/libICE
- x11-libs/libSM
- >=media-libs/libcanberra-0.26[gtk3]
- gnome? ( >=gnome-base/gconf-2.0:2 )"
-# aisleriot was split off from gnome-games
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gnome-games-3.1.1[aisleriot]
- !<gnome-extra/gnome-games-3"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40.4
- virtual/pkgconfig
- sys-apps/lsb-release
- >=sys-devel/gettext-0.12
- gnome? (
- app-text/docbook-xml-dtd:4.3
- >=app-text/yelp-tools-3.1.1 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog TODO"
-
- if use gnome; then
- G2CONF="${G2CONF} --with-platform=gnome --with-help-method=ghelp"
- else
- G2CONF="${G2CONF} --with-platform=gtk-only --with-help-method=library
- ITSTOOL=$(type -P true) XMLLINT=$(type -P true)"
- fi
-
- G2CONF="${G2CONF}
- --with-gtk=3.0
- --with-smclient
- --with-guile=1.8
- --enable-sound
- --disable-schemas-compile
- --with-card-theme-formats=all
- --with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
- --with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- elog "Aisleriot can use additional card themes from games-board/pysolfc"
- elog "and kde-base/libkdegames."
-}
diff --git a/games-board/aisleriot/aisleriot-3.4.1.ebuild b/games-board/aisleriot/aisleriot-3.4.1.ebuild
deleted file mode 100644
index 1d0eef3860be..000000000000
--- a/games-board/aisleriot/aisleriot-3.4.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/aisleriot-3.4.1.ebuild,v 1.2 2012/07/14 13:29:05 blueness Exp $
-
-EAPI="3"
-GNOME_TARBALL_SUFFIX="xz"
-GCONF_DEBUG="yes"
-
-# make sure games is inherited first so that the gnome2
-# functions will be called if they are not overridden
-inherit eutils games gnome2
-
-DESCRIPTION="A collection of solitaire card games for GNOME"
-HOMEPAGE="http://live.gnome.org/Aisleriot"
-
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE="gnome"
-
-# FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
-COMMON_DEPEND=">=dev-libs/glib-2.31.13:2
- >=dev-scheme/guile-2.0.5:2[deprecated,regex]
- >=gnome-base/librsvg-2.32.0:2
- >=x11-libs/cairo-1.10.0
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.0.0:3
- x11-libs/libICE
- x11-libs/libSM
- >=media-libs/libcanberra-0.26[gtk3]
- gnome? ( >=gnome-base/gconf-2.0:2 )"
-# aisleriot was split off from gnome-games
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gnome-games-3.1.1[aisleriot]
- !<gnome-extra/gnome-games-3"
-DEPEND="${COMMON_DEPEND}
- app-arch/gzip
- dev-libs/libxml2
- >=dev-util/intltool-0.40.4
- sys-apps/lsb-release
- >=sys-devel/gettext-0.12
- virtual/pkgconfig
- gnome? (
- app-text/docbook-xml-dtd:4.3
- >=app-text/yelp-tools-3.1.1 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog TODO"
-
- if use gnome; then
- G2CONF="${G2CONF} --with-platform=gnome --with-help-method=ghelp"
- else
- G2CONF="${G2CONF} --with-platform=gtk-only --with-help-method=library
- ITSTOOL=$(type -P true) XMLLINT=$(type -P true)"
- fi
-
- G2CONF="${G2CONF}
- --with-gtk=3.0
- --with-guile=2.0
- --enable-sound
- --disable-schemas-compile
- --with-card-theme-formats=all
- --with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
- --with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- elog "Aisleriot can use additional card themes from games-board/pysolfc"
- elog "and kde-base/libkdegames."
-}