diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-06 14:42:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-06 14:42:24 +0000 |
commit | 441223fbf2a56791b52cf1571ba2b540d77e6939 (patch) | |
tree | a0aaa5d5867f4b877355d766cc6bdd0f86d1672d /dev-db/pgmemcache/pgmemcache-2.0.6.ebuild | |
parent | Fixed .desktop file (bug #370219). Revbumped straight to stable (diff) | |
download | historical-441223fbf2a56791b52cf1571ba2b540d77e6939.tar.gz historical-441223fbf2a56791b52cf1571ba2b540d77e6939.tar.bz2 historical-441223fbf2a56791b52cf1571ba2b540d77e6939.zip |
whitespace
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'dev-db/pgmemcache/pgmemcache-2.0.6.ebuild')
-rw-r--r-- | dev-db/pgmemcache/pgmemcache-2.0.6.ebuild | 4 |
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 +} |