diff options
author | 2014-04-26 07:51:06 +0000 | |
---|---|---|
committer | 2014-04-26 07:51:06 +0000 | |
commit | 8667be05d35e8b536b73c69ccccb5fc7fa0c580f (patch) | |
tree | 77185b6f70abfbb835e2ee04706c17bf36f11de8 /games-board/tali | |
parent | drop old (diff) | |
download | gentoo-2-8667be05d35e8b536b73c69ccccb5fc7fa0c580f.tar.gz gentoo-2-8667be05d35e8b536b73c69ccccb5fc7fa0c580f.tar.bz2 gentoo-2-8667be05d35e8b536b73c69ccccb5fc7fa0c580f.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-board/tali')
-rw-r--r-- | games-board/tali/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/tali/tali-3.8.2.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/games-board/tali/ChangeLog b/games-board/tali/ChangeLog index 5260908995cf..a6db5f7be804 100644 --- a/games-board/tali/ChangeLog +++ b/games-board/tali/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/tali # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.12 2014/03/09 11:57:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.13 2014/04/26 07:51:06 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -tali-3.8.2.ebuild: + drop old 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> tali-3.10.2.ebuild: x86 stable, bug 499954 diff --git a/games-board/tali/tali-3.8.2.ebuild b/games-board/tali/tali-3.8.2.ebuild deleted file mode 100644 index ea51238c9805..000000000000 --- a/games-board/tali/tali-3.8.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/tali/tali-3.8.2.ebuild,v 1.3 2013/12/08 18:21:46 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome-games - -DESCRIPTION="Beat the odds in a poker-style dice game" -HOMEPAGE="https://wiki.gnome.org/Tali" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=gnome-base/librsvg-2.32:2 - >=x11-libs/gtk+-3.4:3 -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.35.0 - sys-devel/gettext - virtual/pkgconfig -" |