summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-10-25 10:43:03 +0000
committerPacho Ramos <pacho@gentoo.org>2014-10-25 10:43:03 +0000
commit609af47e81fa0b13d3a60d8823865b21535e2411 (patch)
tree9b2afa21eaa98102dbcf6ff660f1be1cfeaa8907 /dev-libs/dee
parentStable 5.9 for x86 and amd64, fixes #521820 (diff)
downloadgentoo-2-609af47e81fa0b13d3a60d8823865b21535e2411.tar.gz
gentoo-2-609af47e81fa0b13d3a60d8823865b21535e2411.tar.bz2
gentoo-2-609af47e81fa0b13d3a60d8823865b21535e2411.zip
Drop old ebuilds that are using a non-available vapigen version
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/dee')
-rw-r--r--dev-libs/dee/ChangeLog8
-rw-r--r--dev-libs/dee/dee-1.0.14-r1.ebuild58
-rw-r--r--dev-libs/dee/dee-1.0.14.ebuild58
3 files changed, 6 insertions, 118 deletions
diff --git a/dev-libs/dee/ChangeLog b/dev-libs/dee/ChangeLog
index 93bfc2c4d547..5f23d558015e 100644
--- a/dev-libs/dee/ChangeLog
+++ b/dev-libs/dee/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/dee
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.23 2013/12/08 20:00:03 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.24 2014/10/25 10:43:03 pacho Exp $
+
+ 25 Oct 2014; Pacho Ramos <pacho@gentoo.org> -dee-1.0.14-r1.ebuild,
+ -dee-1.0.14.ebuild:
+ Drop old ebuilds that are using a non-available vapigen version
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> dee-1.0.14-r2.ebuild:
x86 stable, bug #478252
diff --git a/dev-libs/dee/dee-1.0.14-r1.ebuild b/dev-libs/dee/dee-1.0.14-r1.ebuild
deleted file mode 100644
index c9fad05ad67e..000000000000
--- a/dev-libs/dee/dee-1.0.14-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r1.ebuild,v 1.1 2013/02/07 08:27:06 jlec Exp $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=y
-
-inherit autotools-utils
-
-DESCRIPTION="Provide objects allowing to create Model-View-Controller type programs across DBus"
-HOMEPAGE="https://launchpad.net/dee/"
-SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc debug examples +icu static-libs test"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/icu:="
-DEPEND="${RDEPEND}
- doc? ( dev-util/gtk-doc )
- test? (
- dev-libs/gtx
- dev-util/dbus-test-runner
- )"
-
-src_prepare() {
- sed \
- -e '/GCC_FLAGS/s:-g::' \
- -e 's:vapigen:vapigen-0.14:g' \
- -i configure.ac || die
- echo true > py-compile || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-silent-rules
- $(use_enable debug trace-log)
- $(use_enable test tests)
-# $(use_enable test extended-tests)
- $(use_enable icu)
- $(use_enable doc gtk-doc)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PN}/
- doins -r examples
- fi
-}
diff --git a/dev-libs/dee/dee-1.0.14.ebuild b/dev-libs/dee/dee-1.0.14.ebuild
deleted file mode 100644
index 6b6637ba6849..000000000000
--- a/dev-libs/dee/dee-1.0.14.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14.ebuild,v 1.8 2013/02/02 22:24:27 ago Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=y
-
-inherit autotools-utils
-
-DESCRIPTION="Provide objects allowing to create Model-View-Controller type programs across DBus"
-HOMEPAGE="https://launchpad.net/dee/"
-SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc debug examples +icu static-libs test"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/icu"
-DEPEND="${RDEPEND}
- doc? ( dev-util/gtk-doc )
- test? (
- dev-libs/gtx
- dev-util/dbus-test-runner
- )"
-
-src_prepare() {
- sed \
- -e '/GCC_FLAGS/s:-g::' \
- -e 's:vapigen:vapigen-0.14:g' \
- -i configure.ac || die
- echo true > py-compile || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-silent-rules
- $(use_enable debug trace-log)
- $(use_enable test tests)
-# $(use_enable test extended-tests)
- $(use_enable icu)
- $(use_enable doc gtk-doc)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PN}/
- doins -r examples
- fi
-}