summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 10:58:37 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 10:58:37 +0000
commit7ca81a70823a8111ff7b4fcf3309ad03b848c10e (patch)
tree8921516b8cf5a60c3e7fb4bfe12d2cd2c05d77e6 /dev-libs/folks
parentsci-chemistry/theseus: Version Bump (diff)
downloadgentoo-2-7ca81a70823a8111ff7b4fcf3309ad03b848c10e.tar.gz
gentoo-2-7ca81a70823a8111ff7b4fcf3309ad03b848c10e.tar.bz2
gentoo-2-7ca81a70823a8111ff7b4fcf3309ad03b848c10e.zip
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/folks')
-rw-r--r--dev-libs/folks/ChangeLog5
-rw-r--r--dev-libs/folks/folks-0.4.3.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/dev-libs/folks/ChangeLog b/dev-libs/folks/ChangeLog
index 9d55e63d860e..771df274ce99 100644
--- a/dev-libs/folks/ChangeLog
+++ b/dev-libs/folks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/folks
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.46 2014/10/01 12:29:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.47 2014/11/13 10:58:37 pacho Exp $
+
+ 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -folks-0.4.3.ebuild:
+ Drop old (#508854)
*folks-0.10.0 (01 Oct 2014)
diff --git a/dev-libs/folks/folks-0.4.3.ebuild b/dev-libs/folks/folks-0.4.3.ebuild
deleted file mode 100644
index f0e8611b1a96..000000000000
--- a/dev-libs/folks/folks-0.4.3.ebuild
+++ /dev/null
@@ -1,52 +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/folks/folks-0.4.3.ebuild,v 1.9 2013/06/07 03:14:17 tetromino Exp $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-VALA_MIN_API_VERSION="0.16" # see bug #464500
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="libfolks is a library that aggregates people from multiple sources"
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/Folks"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux"
-IUSE=""
-
-# FIXME: links against system libfolks instead of the built one
-RDEPEND=">=dev-libs/glib-2.24:2
- >=net-libs/telepathy-glib-0.13.1[vala]
- dev-libs/dbus-glib
- <dev-libs/libgee-0.7:0
- dev-libs/libxml2
- sys-libs/ncurses:=
- sys-libs/readline:=
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-util/intltool-0.35.0
- virtual/pkgconfig
- >=dev-libs/gobject-introspection-0.9.12
- sys-devel/gettext
-"
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --enable-import-tool \
- --enable-inspect-tool \
- --enable-vala \
- --disable-docs \
- --disable-Werror
- # Rebuilding docs needs valadoc, which has no release
-}