diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-04-01 02:22:49 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-04-01 02:22:49 +0000 |
commit | 412bbb42ba43dde96264f82bd9df1f071bd06579 (patch) | |
tree | b1e21281b6f8de93a2da8de0d84492c8596e82c5 /dev-db/desktopcouch | |
parent | whitespace (diff) | |
download | gentoo-2-412bbb42ba43dde96264f82bd9df1f071bd06579.tar.gz gentoo-2-412bbb42ba43dde96264f82bd9df1f071bd06579.tar.bz2 gentoo-2-412bbb42ba43dde96264f82bd9df1f071bd06579.zip |
Fixed doexe lines wrt bug #309483. Removed older version
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-db/desktopcouch')
-rw-r--r-- | dev-db/desktopcouch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/desktopcouch/desktopcouch-0.6.1-r1.ebuild (renamed from dev-db/desktopcouch/desktopcouch-0.6.1.ebuild) | 18 |
2 files changed, 16 insertions, 10 deletions
diff --git a/dev-db/desktopcouch/ChangeLog b/dev-db/desktopcouch/ChangeLog index a3668f5e375f..8c82d6f53f21 100644 --- a/dev-db/desktopcouch/ChangeLog +++ b/dev-db/desktopcouch/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2010/03/13 18:33:38 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/ChangeLog,v 1.2 2010/04/01 02:22:49 neurogeek Exp $ + +*desktopcouch-0.6.1-r1 (01 Apr 2010) + + 01 Apr 2010; Jesus Rivero <neurogeek@gentoo.org> + -desktopcouch-0.6.1.ebuild, +desktopcouch-0.6.1-r1.ebuild: + Fixed doexe lines wrt bug #309483. Removed older version *desktopcouch-0.6.1 (13 Mar 2010) diff --git a/dev-db/desktopcouch/desktopcouch-0.6.1.ebuild b/dev-db/desktopcouch/desktopcouch-0.6.1-r1.ebuild index 585570851454..73e097ba8934 100644 --- a/dev-db/desktopcouch/desktopcouch-0.6.1.ebuild +++ b/dev-db/desktopcouch/desktopcouch-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.1 2010/03/13 18:33:38 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.1-r1.ebuild,v 1.1 2010/04/01 02:22:49 neurogeek Exp $ PYTHONDEPEND="2" EAPI="2" @@ -18,12 +18,12 @@ 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.6 - >=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]" + >=dev-python/gnome-keyring-python-2.22.3-r1 + >=dev-python/couchdb-python-0.6 + >=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" src_prepare() { @@ -34,8 +34,8 @@ src_install() { distutils_src_install exeinto "${ROOT}/usr/lib/${PN}" - doexe "/usr/lib/desktopcouch/desktopcouch-stop" - doexe "/usr/lib/desktopcouch/desktopcouch-service" + doexe "bin/desktopcouch-stop" + doexe "bin/desktopcouch-service" if use doc; then insinto "${ROOT}/usr/share/doc/${PF}/api" |