public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/desktopcouch: ChangeLog desktopcouch-0.6.9_beta.ebuild
@ 2010-12-15 20:17 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; only message in thread
From: Jesus Rivero (neurogeek) @ 2010-12-15 20:17 UTC (permalink / raw
  To: gentoo-commits

neurogeek    10/12/15 20:17:01

  Modified:             ChangeLog
  Added:                desktopcouch-0.6.9_beta.ebuild
  Log:
  Version bump. Closes bug #333375
  
  (Portage version: 2.2_rc95/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-db/desktopcouch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Apr 2010 18:45:43 -0000	1.4
+++ ChangeLog	15 Dec 2010 20:17:01 -0000	1.5
@@ -1,6 +1,14 @@
 # ChangeLog for dev-db/desktopcouch
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/ChangeLog,v 1.4 2010/04/27 18:45:43 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/ChangeLog,v 1.5 2010/12/15 20:17:01 neurogeek Exp $
+
+*desktopcouch-0.6.9_beta (15 Dec 2010)
+
+  15 Dec 2010; Jesus Rivero <neurogeek@gentoo.org>
+  +desktopcouch-0.6.9_beta.ebuild,
+  +files/desktopcouch-0.6.9b-drop_ubuntuone_support.patch,
+  +files/desktopcouch-0.6.9b-setup_hardlinks.patch:
+  Version bump. Closes bug #333375
 
   27 Apr 2010; Jesus Rivero <neurogeek@gentoo.org>
   -desktopcouch-0.6.1-r1.ebuild:



1.1                  dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild?rev=1.1&content-type=text/plain

Index: desktopcouch-0.6.9_beta.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild,v 1.1 2010/12/15 20:17:01 neurogeek Exp $

EAPI="2"
PYTHON_DEPEND="2"
MY_PV=${PV/_beta/b}
MY_P=${PN}-${MY_PV}

inherit distutils eutils multilib

DESCRIPTION="Desktop-oriented interface to CouchDB"
HOMEPAGE="https://launchpad.net/desktopcouch"
SRC_URI="http://launchpad.net/desktopcouch/trunk/${MY_PV}/+download/${MY_P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND=">=dev-python/python-distutils-extra-2.12"
RDEPEND=">=dev-db/couchdb-0.10.0
	>=dev-python/gnome-keyring-python-2.22.3-r1
	<dev-python/couchdb-python-0.7
	>=dev-python/oauth-1.0.1
	>=dev-python/simplejson-2.0.9-r1
	>=dev-python/twisted-8.2.0-r2
	>=net-dns/avahi-0.6.24-r2[python]"
RESTRICT="test"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
	python_set_active_version 2
}

src_prepare() {
	epatch "${FILESDIR}/${MY_P}-setup_hardlinks.patch"
	epatch "${FILESDIR}/${MY_P}-drop_ubuntuone_support.patch"
}

src_install() {
	python_convert_shebangs -r 2 "bin/"

	distutils_src_install

	exeinto "/usr/$(get_libdir)/${PN}"
	doexe "bin/desktopcouch-stop"
	doexe "bin/desktopcouch-service"
	doexe "bin/desktopcouch-get-port"

	if use doc; then
		insinto "/usr/share/doc/${PF}/api"
		doins "desktopcouch/records/doc/records.txt"
		doins "desktopcouch/records/doc/field_registry.txt"
		doins "desktopcouch/contacts/schema.txt"

		doman "docs/man/desktopcouch-pair.1"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-15 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 20:17 [gentoo-commits] gentoo-x86 commit in dev-db/desktopcouch: ChangeLog desktopcouch-0.6.9_beta.ebuild Jesus Rivero (neurogeek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox