summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-06-06 14:42:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-06-06 14:42:24 +0000
commitcc9310ade10005ecfa18b2249b8c213e69afa1ea (patch)
treebb2d069e6ffc3ebaa71b90e9a8fa1c75a081303a /dev-db/pgmemcache
parentFixed .desktop file (bug #370219). Revbumped straight to stable (diff)
downloadgentoo-2-cc9310ade10005ecfa18b2249b8c213e69afa1ea.tar.gz
gentoo-2-cc9310ade10005ecfa18b2249b8c213e69afa1ea.tar.bz2
gentoo-2-cc9310ade10005ecfa18b2249b8c213e69afa1ea.zip
whitespace
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-db/pgmemcache')
-rw-r--r--dev-db/pgmemcache/pgmemcache-2.0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild b/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild
index 2104e29bd312..9a7de31becd1 100644
--- a/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild
+++ b/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild,v 1.1 2011/06/06 12:37:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild,v 1.2 2011/06/06 14:42:24 mr_bones_ Exp $
DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
HOMEPAGE="http://pgfoundry.org/projects/pgmemcache"
@@ -21,4 +21,4 @@ S=${WORKDIR}/${PN}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc README NEWS || die "install documentation failed"
-} \ No newline at end of file
+}