Last active
August 29, 2015 13:56
-
-
Save jbergstroem/9220356 to your computer and use it in GitHub Desktop.
pgmemcache bump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2014 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Header: $ | |
| EAPI=5 | |
| DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached" | |
| HOMEPAGE="http://pgfoundry.org/projects/pgmemcache https://github.com/ohmu/pgmemcache" | |
| SRC_URI="https://github.com/ohmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | |
| LICENSE="MIT" | |
| SLOT="0" | |
| KEYWORDS="~amd64 ~x86" | |
| IUSE="" | |
| DEPEND="dev-db/postgresql-base | |
| dev-libs/cyrus-sasl | |
| dev-libs/libmemcached[sasl]" | |
| RDEPEND="${DEPEND}" | |
| DOCS=( NEWS README TODO ) |
Author
Author
Do we want to slot/install this for different postgresql's? Its perfectly possible.
Author
Suggested approach would be to copy sources for every install of postgresql returned from postgresql-config, then modify sources (sed PG_CONFIG basically) and compile twice
Author
Version 2: We actually need cyrus-sasl since older versions of libmemcached (0.50) uses another sasl library.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changelog: