* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/guiloader-c++/
@ 2016-08-02 14:34 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-08-02 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 8464569428650e78a7b124c62cc273a2f2e5c4da
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 14:24:32 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 14:34:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84645694
dev-libs/guiloader-c++: Remove last-rited pkg, #587142
dev-libs/guiloader-c++/Manifest | 2 --
.../guiloader-c++/guiloader-c++-2.21.0-r1.ebuild | 40 ----------------------
dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild | 40 ----------------------
dev-libs/guiloader-c++/metadata.xml | 13 -------
profiles/package.mask | 1 -
5 files changed, 96 deletions(-)
diff --git a/dev-libs/guiloader-c++/Manifest b/dev-libs/guiloader-c++/Manifest
deleted file mode 100644
index ab188bd..0000000
--- a/dev-libs/guiloader-c++/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST guiloader-c++-2.21.0.tar.bz2 301239 SHA256 e8e9bfcf35ebca28b9cf725bbd54bbdc2bf427a16b80d907b91d9c2f91a7ece4 SHA512 5dcc412200dcec738c12b11873e6741505370a92f2b8a091f07bb0f3966bb542e07470932fc17c7c28b990ffd30cc935ac1569e312f26a859a936feae6c280de WHIRLPOOL 4a184eec8bc7445216f86d73af004e7060bb5a7b2d1105bc5d5d84fa5496bdb99ee069b563e406d06f5ab49c693763162ef34fc75767493c3aa473b914558df3
-DIST guiloader-c++-2.99.0.tar.xz 261316 SHA256 f08dcfac3d7e5ca7ce10041c4cf0f156549e713527d2e56a928b449dac33478c SHA512 dda4bbacc582012333fad949861e3d346645c90d7ba121974fe035d8fc4db50949c68c69bde7bf91463851eea6c781dda8b422a839d0f20331afc068ed014910 WHIRLPOOL 37359734b49b7cebda12a7673fdcc6216ab8259a9441f9446e0c7453d7ce83a2a4a57927d1f791322036155d77bd581d1237590ef2cd0d33c2538b658b3aebab
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
deleted file mode 100644
index 2bf4a54..0000000
--- a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit eutils flag-o-matic
-
-DESCRIPTION="C++ binding to GuiLoader library"
-HOMEPAGE="http://www.crowdesigner.org"
-SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-LANGS="ru"
-
-RDEPEND=">=dev-libs/guiloader-2.21
- >=dev-cpp/gtkmm-2.22:2.4
- >=dev-cpp/glibmm-2.24:2"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.18 )"
-
-for x in ${LANGS}; do
- IUSE="${IUSE} linguas_${x}"
-done
-
-src_configure() {
- append-cxxflags -std=c++11
- econf $(use_enable nls)
-}
-
-src_install() {
- default
- prune_libtool_files
- dodoc doc/{authors.txt,news.en.txt,readme.en.txt}
-}
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild
deleted file mode 100644
index 87661c3..0000000
--- a/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="C++ binding to GuiLoader library"
-HOMEPAGE="http://www.crowdesigner.org"
-SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-LANGS="ru"
-
-RDEPEND=">=dev-libs/guiloader-2.99
- dev-cpp/gtkmm:3.0
- >=dev-cpp/glibmm-2.28:2"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.18 )"
-
-for x in ${LANGS}; do
- IUSE="${IUSE} linguas_${x}"
-done
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc doc/{authors.txt,news.en.txt,readme.en.txt}
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/dev-libs/guiloader-c++/metadata.xml b/dev-libs/guiloader-c++/metadata.xml
deleted file mode 100644
index c49ce9c..0000000
--- a/dev-libs/guiloader-c++/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">GuiLoader/C++ is a C++ binding to GuiLoader library. It is a convenience
- layer that simplifies development of GuiLoader based applications
- written in C++ language by introducing exception safety, binding GTK+
- objects d efined in GuiXml to C++ variables and type-safe dynamic
- connection to signals.</longdescription>
- <upstream>
- <remote-id type="google-code">nothing-personal</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 9e785ed..ca4be52 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -277,7 +277,6 @@ app-portage/layman-dbtools
# Unmaintained, unused, upstream gone. The only revdep (crow-designer)
# is already last rited for removal, #587142.
dev-libs/guiloader
-dev-libs/guiloader-c++
# Aaron Bauman <bman@gentoo.org> (26 Jun 2016)
# Unpatched security vulnerability per bug #475120
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-02 14:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-02 14:34 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/guiloader-c++/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox