summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-12-20 21:16:39 +0200
committerMart Raudsepp <leio@gentoo.org>2017-12-20 22:20:22 +0200
commitb26f3f647d08cf8b9002b244650105fe9e6f82e3 (patch)
treec5636b2d6c9a7e75a71bf402e69495c26713440c /dev-libs
parentdev-cpp/gtkmm: remove old (diff)
downloadgentoo-b26f3f647d08cf8b9002b244650105fe9e6f82e3.tar.gz
gentoo-b26f3f647d08cf8b9002b244650105fe9e6f82e3.tar.bz2
gentoo-b26f3f647d08cf8b9002b244650105fe9e6f82e3.zip
dev-libs/libgnome-games-support: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libgnome-games-support/Manifest2
-rw-r--r--dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild29
-rw-r--r--dev-libs/libgnome-games-support/libgnome-games-support-1.2.2.ebuild29
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest
index 1ef31239f361..2248837d8757 100644
--- a/dev-libs/libgnome-games-support/Manifest
+++ b/dev-libs/libgnome-games-support/Manifest
@@ -1,3 +1 @@
-DIST libgnome-games-support-1.2.1.tar.xz 340664 BLAKE2B c29aec4c9a54813e9dd27547dbb3eaa8769140530524bd7cd5ad056425e2076371347e0c0d1f7d52bc23d962b2eaca99a6ac407db8acbd489c0e51f899d0aa1e SHA512 ae73d4958cdee347627f328c39629d6d41c72c9d432e541b90025bb11a6a5214148bde62ad039a62d9db236c1bf3de7a699fffb2bcc9c0fcb668dedd931894d4
-DIST libgnome-games-support-1.2.2.tar.xz 341928 BLAKE2B 4bb9f4ac628640bf723146fef79b4bbe9c319c55a378087ea0c1116bbfbd61dd712e107602826238287f8a16fc1929ab3fee7464bc3ebcf977933952416ddac0 SHA512 e17615e20b1eed77dd8edbc0ac229be4940861f18ac28277f9f095f03e91960f2a9c541418987c3b2e8aa0acd29aa846fd6de9b40a1908cec2e0df703a6fedfa
DIST libgnome-games-support-1.2.3.tar.xz 344372 BLAKE2B 7eeac8f11eb009d1fded6cff707d55b83881eb7e4f48728f19010c0e4283e9a9c48b0b688c30141348f63d983b028ffdb35bed2a51fb22daf6467d6b3ffe6e3c SHA512 680b27c37150a627c98b5c38313936082e9fa23be1856e99442b0ce4da5b098378ad3b5fd2f41565c3f43fd54e38fc9e2a2a4a50d82637285aa3cc3827869b62
diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild
deleted file mode 100644
index e397fa31884e..000000000000
--- a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Library for code common to Gnome games"
-HOMEPAGE="https://git.gnome.org/browse/libgnome-games-support/"
-
-LICENSE="LGPL-3+"
-SLOT="1/2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/libgee:0.8=
- >=dev-libs/glib-2.40:2
- >=x11-libs/gtk+-3.19.2:3
-"
-DEPEND="${DEPEND}
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- VALAC=$(type -P true)
-}
diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.2.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.2.ebuild
deleted file mode 100644
index a555e3cf0dbb..000000000000
--- a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Library for code common to Gnome games"
-HOMEPAGE="https://git.gnome.org/browse/libgnome-games-support/"
-
-LICENSE="LGPL-3+"
-SLOT="1/2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/libgee:0.8=
- >=dev-libs/glib-2.40:2
- >=x11-libs/gtk+-3.19.2:3
-"
-DEPEND="${DEPEND}
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- VALAC=$(type -P true)
-}