diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-02 18:18:25 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-02 18:18:46 -0500 |
commit | dec0b62b3e83945376947c77a26c8dd043296470 (patch) | |
tree | 2cc56509cb940e1174d8bce3092a5b3428187997 /games-puzzle/atomix | |
parent | dev-php/phpunit: Version bumps (diff) | |
download | gentoo-dec0b62b3e83945376947c77a26c8dd043296470.tar.gz gentoo-dec0b62b3e83945376947c77a26c8dd043296470.tar.bz2 gentoo-dec0b62b3e83945376947c77a26c8dd043296470.zip |
clean old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-puzzle/atomix')
-rw-r--r-- | games-puzzle/atomix/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-2.14.0.ebuild | 44 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-3.16.0.ebuild | 28 | ||||
-rw-r--r-- | games-puzzle/atomix/files/atomix-2.14.0-underlink.patch | 12 |
4 files changed, 0 insertions, 86 deletions
diff --git a/games-puzzle/atomix/Manifest b/games-puzzle/atomix/Manifest index 3bfce39db945..f0395412a13a 100644 --- a/games-puzzle/atomix/Manifest +++ b/games-puzzle/atomix/Manifest @@ -1,3 +1 @@ -DIST atomix-2.14.0.tar.bz2 284987 SHA256 5d4e073c29e7d23d49b1bfcce9edf1e8f0c04bdb91db368e05e854e2b2636bb8 SHA512 9fffd28e1bdda80911ad99da8dc1125d43440de459679763c8502b0b0a68594ab06800198537b067ddac3768d2d90c8772e2b7a6628fa6a5e71fdca77410e709 WHIRLPOOL d5c6b96e974d80826bf5495ace5aaec2278dbe9c2e30bb5402142944e9fde52e5ebb86321bd7c89fde696c18fd60438d0cfa2ad087f1a3923d6cfca9ac82b3b2 -DIST atomix-3.16.0.tar.xz 261464 SHA256 29b0dd200344d6ceb9e4e9ad6034a4d5d14bf06dead343a3b70331f81f66a630 SHA512 bc2c78af2a6b2791d611414cdef24537f2d9e93bd6dd1fdb06a4733d876f2f2eaf197fa75578260c3de810ebbb69c99d4b4344eda0e3a77d7f52b0901eadf1d5 WHIRLPOOL 731a4f6fcd3f83f105ca7b6e0d35fb5ac7210b7fb42538aef4d7c3bea27387b40355fd25766fcdbca3211f68656fd4619f2b1c6cf176cc6a39e284f4c3f018db DIST atomix-3.18.0.tar.xz 262624 SHA256 3751cb2810bb993fd71d2a8441c4e08dccd36042ff02b7175c7c828b62db1de6 SHA512 a5d6614d9d4a0a37ce2740bf0e1fce5632fb45ea1d878868f13fde5ec2d8ed13d9ea12e7af5bdfc91f64cba623fb4bdf4c48a2a67331443101ebc0dc40d4dd95 WHIRLPOOL 5d4198912a3a4456d0de2dd01dcfb6b433310297a2011841937b0d7c7d3bca061da6c8eab9f7bd1f7998c0ef086362a904b0b27a24fc64e9cc8d4db872d7a5c5 diff --git a/games-puzzle/atomix/atomix-2.14.0.ebuild b/games-puzzle/atomix/atomix-2.14.0.ebuild deleted file mode 100644 index 0a1be957d1c6..000000000000 --- a/games-puzzle/atomix/atomix-2.14.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GNOME_TARBALL_SUFFIX=bz2 -inherit autotools gnome2 - -DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" -HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=" - >=x11-libs/pango-1.0.3 - >=x11-libs/gtk+-2.6:2 - >=dev-libs/glib-2.6:2 - >=gnome-base/gconf-2.12 - >=gnome-base/libglade-2.4 - >=gnome-base/libgnome-2.12 - >=gnome-base/libgnomeui-2.12 - >=gnome-base/libbonoboui-2.0.0 - >=gnome-base/libgnomecanvas-2.0.0 - >=dev-libs/libxml2-2.4.23 - dev-perl/XML-Parser" - -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.17" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - sed -i \ - -e '/Icon/s/\.png//' \ - -e '/Categories/s/PuzzleGame;//' \ - atomix.desktop.in || die - epatch "${FILESDIR}"/${P}-underlink.patch - eautoreconf - gnome2_src_prepare -} diff --git a/games-puzzle/atomix/atomix-3.16.0.ebuild b/games-puzzle/atomix/atomix-3.16.0.ebuild deleted file mode 100644 index e118e8578683..000000000000 --- a/games-puzzle/atomix/atomix-3.16.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit gnome-games - -DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" -HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.36:2 - >=dev-libs/libxml2-2.4.23 - >=x11-libs/gdk-pixbuf-2.0.5:2 - >=x11-libs/gtk+-3.10:3 -" -DEPEND="${RDEPEND} - dev-libs/appstream-glib - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" diff --git a/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch b/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch deleted file mode 100644 index 682180c048b2..000000000000 --- a/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.am.old 2013-12-07 22:25:30.513540434 +0100 -+++ src/Makefile.am 2013-12-07 22:25:43.209654104 +0100 -@@ -26,7 +26,8 @@ - - atomix_LDADD = \ - libatomix.a \ -- $(ATOMIX_LIBS) -+ $(ATOMIX_LIBS) \ -+ -lm - - noinst_LIBRARIES = libatomix.a - |