summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Schlarb <moschlar@metalabs.de>2018-11-08 15:26:35 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-11-11 23:38:42 +0100
commitd3fab2db4abffc73de1a4f1d06be2affd3f7f14a (patch)
tree412f40c338478ee85b6e9f26417ebf7cceb83404 /net-im/corebird/corebird-1.1.ebuild
parentapp-accessibility/sphinx2: update HOMEPAGE. (diff)
downloadgentoo-d3fab2db4abffc73de1a4f1d06be2affd3f7f14a.tar.gz
gentoo-d3fab2db4abffc73de1a4f1d06be2affd3f7f14a.tar.bz2
gentoo-d3fab2db4abffc73de1a4f1d06be2affd3f7f14a.zip
net-im/corebird: remove old versions.
Signed-off-by: Moritz Schlarb <moschlar@metalabs.de> Closes: https://github.com/gentoo/gentoo/pull/10361 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-im/corebird/corebird-1.1.ebuild')
-rw-r--r--net-im/corebird/corebird-1.1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-im/corebird/corebird-1.1.ebuild b/net-im/corebird/corebird-1.1.ebuild
deleted file mode 100644
index 389c95d922fd..000000000000
--- a/net-im/corebird/corebird-1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-VALA_MIN_API_VERSION=0.26
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit eutils autotools-utils gnome2 vala
-
-DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="https://corebird.baedert.org/"
-SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gstreamer"
-
-RDEPEND="
- dev-db/sqlite:3
- >=dev-libs/glib-2.44:2
- dev-libs/json-glib
- dev-libs/libgee:0.8
- gstreamer? ( media-plugins/gst-plugins-meta:1.0[X,ffmpeg] )
- >=net-libs/libsoup-2.42.3.1
- >=net-libs/rest-0.7.93:0.7
- >=x11-libs/gtk+-3.16:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-util/intltool-0.40
- sys-apps/sed
- virtual/pkgconfig
-"
-
-src_prepare() {
- sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
- autotools-utils_src_prepare
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(usex gstreamer "" --disable-video)
- )
- gnome2_src_configure "${myeconfargs[@]}"
-}