public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/crow-designer/
Date: Sun, 24 Jul 2016 13:23:35 +0000 (UTC)	[thread overview]
Message-ID: <1469366579.b5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e.mgorny@gentoo> (raw)

commit:     b5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 13:19:31 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 13:22:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d75ae1

dev-util/crow-designer: Remove last-rited pkg

 dev-util/crow-designer/Manifest                    |  2 -
 dev-util/crow-designer/crow-designer-2.21.0.ebuild | 46 ----------------------
 dev-util/crow-designer/crow-designer-2.99.0.ebuild | 40 -------------------
 dev-util/crow-designer/metadata.xml                | 16 --------
 profiles/package.mask                              |  1 -
 5 files changed, 105 deletions(-)

diff --git a/dev-util/crow-designer/Manifest b/dev-util/crow-designer/Manifest
deleted file mode 100644
index d2fecff..0000000
--- a/dev-util/crow-designer/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST crow-2.21.0.tar.bz2 441555 SHA256 b3d84a80fd9a721199d2d3534fc2eea8f87434ba6896a34cd727bebeaa7ef194 SHA512 cfe7ba53185b9238f1df13265ca91deb7f1ff6ebc1808da423ef617d0bc750a62ba4827e32e52fdf34dd3d81aa86a551e67fd0074b6ac8da37821c0d9ff5cbd3 WHIRLPOOL a89fbb4966b14e1f7b80dff6b161c4dbe5a50bd4d04bcd3bbb5ed36557b40a2bc47a9a031a005b7481c5aae201e4f91fb846f0ab57f1503e06930516cba1b485
-DIST crow-2.99.0.tar.xz 391644 SHA256 19ed270b4cb446fa9855a2df9b8cc68f66d0b1a318f4df66e523923e5b28f1aa SHA512 3d90ae0f5bb8e474b55fead29ff062f8779f70db17a6548ef3d084fa7a593fd244c5ba2e704c45ee6cbe289df97c8c78dc6010fac657b91e05ab9ea0a65d9f55 WHIRLPOOL 740572d001fa7c860a4338895ba4a37139b3bf4c3de9d604090610a67df7d1243a9194c3bb2ecf505f60a7f95865172ceeb7a32c0fcb960ddb94d456964f0291

diff --git a/dev-util/crow-designer/crow-designer-2.21.0.ebuild b/dev-util/crow-designer/crow-designer-2.21.0.ebuild
deleted file mode 100644
index b1a4807..0000000
--- a/dev-util/crow-designer/crow-designer-2.21.0.ebuild
+++ /dev/null
@@ -1,46 +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="GTK+ GUI building tool"
-HOMEPAGE="http://www.crowdesigner.org"
-SRC_URI="https://nothing-personal.googlecode.com/files/crow-${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-LANGS="ru"
-
-RDEPEND="
-	>=dev-libs/guiloader-2.21
-	>=dev-libs/guiloader-c++-2.21
-	dev-cpp/gtkmm:2.4
-	>=dev-libs/dbus-glib-0.86
-"
-DEPEND="${RDEPEND}
-	dev-libs/boost
-	virtual/pkgconfig
-	nls? ( >=sys-devel/gettext-0.18 )
-"
-
-S="${WORKDIR}/crow-${PV}"
-
-for x in ${LANGS}; do
-	IUSE="${IUSE} linguas_${x}"
-done
-
-src_configure() {
-	append-cxxflags -std=c++11
-	econf $(use_enable nls)
-}
-
-src_install() {
-	default
-	dodoc doc/{authors.txt,news.{en,ru}.txt,readme.{en,ru}.txt,readme.ru.txt}
-	prune_libtool_files
-}

diff --git a/dev-util/crow-designer/crow-designer-2.99.0.ebuild b/dev-util/crow-designer/crow-designer-2.99.0.ebuild
deleted file mode 100644
index 9b9c04d..0000000
--- a/dev-util/crow-designer/crow-designer-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="GTK+ GUI building tool"
-HOMEPAGE="http://www.crowdesigner.org"
-SRC_URI="https://nothing-personal.googlecode.com/files/crow-${PV}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-LANGS="ru"
-
-RDEPEND=">=dev-libs/guiloader-2.99
-	>=dev-libs/guiloader-c++-2.99
-	dev-cpp/gtkmm:3.0
-	>=dev-libs/dbus-glib-0.92"
-DEPEND="${RDEPEND}
-	dev-libs/boost
-	virtual/pkgconfig
-	nls? ( >=sys-devel/gettext-0.18 )"
-
-S=${WORKDIR}/crow-${PV}
-
-for x in ${LANGS}; do
-	IUSE="${IUSE} linguas_${x}"
-done
-
-src_configure() {
-	econf $(use_enable nls)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc doc/{authors.txt,news.{en,ru}.txt,readme.{en,ru}.txt,readme.ru.txt}
-}

diff --git a/dev-util/crow-designer/metadata.xml b/dev-util/crow-designer/metadata.xml
deleted file mode 100644
index 7152e92..0000000
--- a/dev-util/crow-designer/metadata.xml
+++ /dev/null
@@ -1,16 +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">Gideon is a modern GUI builder for GTK+ toolkit. It is an advanced
-		IDE-embeddable RAD tool designed to fulfil l the needs of desktop
-		programmers who want to create multi-platform GTK+ based applications
-		with minimal GUI coding. Gideon is full-featured yet elegant: its
-		innovative Property Explorer solves many GUI constructing t asks in a
-		versatile manner without additional popup dialogs. The project is
-		targeted to develop a tool that i s coherent and highly productive for
-		experienced GTK+ users as well as simple and accessible for newcomers.</longdescription>
-	<upstream>
-		<remote-id type="google-code">nothing-personal</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 74d19d4..d95243b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -250,7 +250,6 @@ app-portage/epm
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
 # ebuilds are still sitting in ~arch after years in the tree.
 # Masked for removal in 30 days.
-dev-util/crow-designer
 dev-util/qdevelop
 dev-util/intel2gas
 dev-util/webcpp


                 reply	other threads:[~2016-07-24 13:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469366579.b5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox