summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2010-03-16 11:09:40 +0000
committerAndreas Proschofsky <suka@gentoo.org>2010-03-16 11:09:40 +0000
commit76b60840e0dd1c0edc9459ceb959f9eaab3f46e3 (patch)
tree957168d2c44c77662fc28c9093a43887ebd0062c /gnome-extra
parentBump to clutter 1.2.2 (diff)
downloadsuka-76b60840e0dd1c0edc9459ceb959f9eaab3f46e3.tar.gz
suka-76b60840e0dd1c0edc9459ceb959f9eaab3f46e3.tar.bz2
suka-76b60840e0dd1c0edc9459ceb959f9eaab3f46e3.zip
Sync gwibber live ebuild to portage, remove local desktopcouch and oauth
svn path=/; revision=219
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/desktopcouch/Manifest2
-rw-r--r--gnome-extra/desktopcouch/desktopcouch-0.6.1-r4.ebuild41
2 files changed, 0 insertions, 43 deletions
diff --git a/gnome-extra/desktopcouch/Manifest b/gnome-extra/desktopcouch/Manifest
deleted file mode 100644
index 9330359..0000000
--- a/gnome-extra/desktopcouch/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST desktopcouch-0.6.1.tar.gz 96707 RMD160 33e50115e91da1abb3bacca3805bfbd57a0fd967 SHA1 4e5acd3cb19e3f9dafb2a41f16b37b7662c50c7f SHA256 75dbec97475047a02006f0347a4e736188dfc4760136b5d01f9390712113a964
-EBUILD desktopcouch-0.6.1-r4.ebuild 921 RMD160 c733f90d825b46de0e5c6ec6a5158f0d9ac4d6fc SHA1 0f4d9716182de36666021a557527c41586b4f71e SHA256 295ec88302d5889e310c420e3003575a920da7c3e06e0a8ed4444f04254ab8a5
diff --git a/gnome-extra/desktopcouch/desktopcouch-0.6.1-r4.ebuild b/gnome-extra/desktopcouch/desktopcouch-0.6.1-r4.ebuild
deleted file mode 100644
index 887cbce..0000000
--- a/gnome-extra/desktopcouch/desktopcouch-0.6.1-r4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit distutils
-
-DESCRIPTION="A CouchDB on every desktop, and the code to help it happen."
-HOMEPAGE="https://launchpad.net/desktopcouch"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-db/couchdb
-dev-python/pyxdg
-dev-python/gnome-keyring-python
-dev-python/dbus-python
-dev-python/twisted
-dev-python/pygobject
-dev-python/pygtk
-dev-python/couchdb-python
-dev-python/oauth
-net-dns/avahi[python]
-"
-RDEPEND=""
-
-S=${WORKDIR}/${P}
-
-src_install() {
- distutils_src_install
- dobin "${FILESDIR}/desktopcouch-restart"
- elog "Your desktopcouch can be accessed at"
- elog "/home/YOURUSERNAME/.local/share/desktop-couch/couchdb.html"
- elog "If things seem to be broken, try running"
- elog "desktopcouch-restart"
-
-}