summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-24 15:19:31 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-24 15:22:59 +0200
commitb5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e (patch)
tree44296d5d96f0f9e54dde67c41bdf7e30d911f6a3 /dev-util
parentdev-util/httpup: Remove last-rited pkg (diff)
downloadgentoo-b5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e.tar.gz
gentoo-b5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e.tar.bz2
gentoo-b5d75ae1c59f199b65ddc93e4e961d8ca4b5a57e.zip
dev-util/crow-designer: Remove last-rited pkg
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/crow-designer/Manifest2
-rw-r--r--dev-util/crow-designer/crow-designer-2.21.0.ebuild46
-rw-r--r--dev-util/crow-designer/crow-designer-2.99.0.ebuild40
-rw-r--r--dev-util/crow-designer/metadata.xml16
4 files changed, 0 insertions, 104 deletions
diff --git a/dev-util/crow-designer/Manifest b/dev-util/crow-designer/Manifest
deleted file mode 100644
index d2fecff83162..000000000000
--- 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 b1a48070846d..000000000000
--- 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 9b9c04d9edfe..000000000000
--- 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 7152e92d0498..000000000000
--- 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>