summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/twident/Manifest1
-rw-r--r--net-misc/twident/twident-9999.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/net-misc/twident/Manifest b/net-misc/twident/Manifest
deleted file mode 100644
index 47d44482..00000000
--- a/net-misc/twident/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD twident-9999.ebuild 841 RMD160 b1e9e12e316add771baa446f7bed62b394487edb SHA1 888c093c3f826dfc48a883dbed8a1105c1f3ea6e SHA256 fad95551a66fe7a7eb9e49555ec876441d8acb56f77730938769bc7c9baf1fbb
diff --git a/net-misc/twident/twident-9999.ebuild b/net-misc/twident/twident-9999.ebuild
deleted file mode 100644
index 24cb0463..00000000
--- a/net-misc/twident/twident-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-WANT_AUTOMAKE=1.11
-inherit autotools git-2
-
-DESCRIPTION="Twitter and Identi.ca client"
-HOMEPAGE="http://github.com/Keruspe/Twident"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/Keruspe/Twident"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=x11-libs/gtk+-2.24:2
- >=dev-libs/glib-2.14:2
- >=dev-libs/libgee-0.5
- >=x11-libs/libnotify-0.7
- net-libs/libsoup:2.4
- dev-libs/libxml2
- >=net-libs/rest-0.7.10"
-DEPEND="${RDEPEND}
- >=dev-lang/vala-0.13.4:0.14
- sys-devel/gettext
- dev-util/intltool"
-
-src_prepare() {
- mkdir m4
- eautoreconf
- intltoolize --force --automake --copy
-}
-
-src_configure() {
- econf VALAC=$(type -p valac-0.14)
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
- doicon img/twident.svg
-}