diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-10 00:30:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-10 00:30:50 +0000 |
commit | fd8bb9eefd7009ece313c473183875ac7c98179c (patch) | |
tree | d8bd3a4f920deb239c06b993b90aa302eb582386 /dev-db/drizzle | |
parent | Version bump, ready for MySQL conference. (diff) | |
download | gentoo-2-fd8bb9eefd7009ece313c473183875ac7c98179c.tar.gz gentoo-2-fd8bb9eefd7009ece313c473183875ac7c98179c.tar.bz2 gentoo-2-fd8bb9eefd7009ece313c473183875ac7c98179c.zip |
Alter version numbering to include full branch number, so we can introduce the last 7.0 release, and the final 7.1 release.
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/drizzle')
-rw-r--r-- | dev-db/drizzle/ChangeLog | 10 | ||||
-rw-r--r-- | dev-db/drizzle/drizzle-7.1.33.ebuild (renamed from dev-db/drizzle/drizzle-7.2011.03.11.ebuild) | 9 | ||||
-rw-r--r-- | dev-db/drizzle/drizzle-7.2010.12.06.ebuild | 160 | ||||
-rw-r--r-- | dev-db/drizzle/drizzle-7.2011.02.09.ebuild | 159 |
4 files changed, 14 insertions, 324 deletions
diff --git a/dev-db/drizzle/ChangeLog b/dev-db/drizzle/ChangeLog index b5b621f48c9c..a0efda65bd84 100644 --- a/dev-db/drizzle/ChangeLog +++ b/dev-db/drizzle/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-db/drizzle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.24 2012/01/14 17:22:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.25 2012/04/10 00:30:50 robbat2 Exp $ + +*drizzle-7.1.33 (10 Apr 2012) + + 10 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> +drizzle-7.1.33.ebuild, + -drizzle-7.2010.12.06.ebuild, -drizzle-7.2011.02.09.ebuild, + -drizzle-7.2011.03.11.ebuild: + Alter version numbering to include full branch number, so we can introduce the + last 7.0 release, and the final 7.1 release. 14 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml: tcmalloc is now global diff --git a/dev-db/drizzle/drizzle-7.2011.03.11.ebuild b/dev-db/drizzle/drizzle-7.1.33.ebuild index 62128f459e02..18373538286a 100644 --- a/dev-db/drizzle/drizzle-7.2011.03.11.ebuild +++ b/dev-db/drizzle/drizzle-7.1.33.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2011.03.11.ebuild,v 1.2 2011/08/04 11:33:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild,v 1.1 2012/04/10 00:30:50 robbat2 Exp $ EAPI=2 inherit flag-o-matic libtool autotools eutils pam versionator -MY_P="${PN}$(replace_version_separator 1 -)" +MY_P="${P}-stable" S="${WORKDIR}/${MY_P}" +DIR_PV="$(get_version_component_range 1-2)/${PV}" DESCRIPTION="Database optimized for Cloud and Net applications" HOMEPAGE="http://drizzle.org" -SRC_URI="http://launchpad.net/drizzle/elliott/$(get_version_component_range 2-2)-02-28/+download/${MY_P}.tar.gz" +SRC_URI="http://launchpad.net/drizzle/${DIR_PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-db/drizzle/drizzle-7.2010.12.06.ebuild b/dev-db/drizzle/drizzle-7.2010.12.06.ebuild deleted file mode 100644 index 14c769f27c2a..000000000000 --- a/dev-db/drizzle/drizzle-7.2010.12.06.ebuild +++ /dev/null @@ -1,160 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2010.12.06.ebuild,v 1.1 2011/01/10 01:22:32 flameeyes Exp $ - -EAPI=2 - -inherit flag-o-matic libtool autotools eutils pam versionator - -MY_P="${PN}$(replace_version_separator 1 -)" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Database optimized for Cloud and Net applications" -HOMEPAGE="http://drizzle.org" -SRC_URI="http://launchpad.net/drizzle/elliott/$(get_version_component_range 2-2)-$(get_version_component_range 3-3)-20/+download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug tcmalloc doc memcache curl pam gearman +md5 ldap haildb" - -# upstream bug #499911 -#RESTRICT="memcache? ( test ) !curl? ( test )" - -RDEPEND="tcmalloc? ( dev-util/google-perftools ) - sys-libs/readline - sys-apps/util-linux - dev-libs/libpcre - >=dev-libs/libevent-1.4 - >=dev-libs/protobuf-2.1.0 - gearman? ( >=sys-cluster/gearmand-0.12 ) - pam? ( sys-libs/pam ) - curl? ( net-misc/curl ) - memcache? ( >=dev-libs/libmemcached-0.39 ) - md5? ( >=dev-libs/libgcrypt-1.4.2 ) - haildb? ( >=dev-db/haildb-2.3.1 ) - >=dev-libs/boost-1.32 - ldap? ( net-nds/openldap ) - !dev-db/libdrizzle" - -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool - dev-util/gperf - sys-devel/flex - doc? ( app-doc/doxygen ) - >=dev-util/boost-build-1.32" - -pkg_setup() { - enewuser drizzle -1 -1 /dev/null nogroup -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-2009.12.1240-nolint.patch" - - AT_M4DIR="m4" eautoreconf - elibtoolize -} - -src_configure() { - local myconf= - - if use debug; then - append-flags -DDEBUG - fi - - # while I applaud upstreams goal of 0 compiler warnings - # the 1412 release didn't achieve it. - append-flags -Wno-error - - # NOTE disable-all and without-all no longer recognized options - # NOTE using --enable on some plugins can cause test failures. - # --with should be used instead. A discussion about this here: - # https://bugs.launchpad.net/drizzle/+bug/598659 - # TODO (upstream) - # $(use_with memcache memcached-stats-plugin) \ - # $(use_with memcache memcached-functions-plugin) \ - - econf \ - --disable-static \ - --disable-dependency-tracking \ - --disable-mtmalloc \ - $(use_enable tcmalloc) \ - $(use_enable memcache libmemcached) \ - $(use_enable gearman libgearman) \ - $(use_enable ldap libldap) \ - $(use_with curl auth-http-plugin) \ - $(use_with pam auth-pam-plugin) \ - $(use_with md5 md5-plugin) \ - $(use_with gearman gearman-udf-plugin) \ - $(use_with gearman logging-gearman-plugin) \ - $(use_with ldap auth-ldap-plugin) \ - --without-hello-world-plugin \ - --disable-pbxt-plugin --without-pbxt-plugin \ - --disable-rabbitmq-plugin --without-rabbitmq-plugin \ - $(use_enable haildb libhaildb) \ - $(use_enable haildb haildb-plugin) \ - $(use_with haildb haildb-plugin) \ - --with-auth-test-plugin \ - --with-auth-file-plugin \ - --with-simple-user-policy-plugin \ - --enable-logging-stats-plugin \ - --with-logging-stats-plugin \ - --enable-console-plugin \ - --enable-archive-plugin \ - ${myconf} - -} - -src_compile() { - emake all $(use doc && echo doxygen) || die "build failed" -} - -# 5-10 min eta -src_test() { - # If you want to turn off a test, rename to suffix of .DISABLED - # Explicitly allow parallel make check - emake check || die "tests failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS README || die - - find "${D}" -name '*.la' -delete || die - - if use doc; then - docinto apidoc - pushd docs/html - dohtml -r . - popd - fi - - newinitd "${FILESDIR}"/drizzle.init.d drizzled || die - newconfd "${FILESDIR}"/drizzle.conf.d drizzled || die - - if ! use gearman; then - sed -i -e '/need gearmand/d' "${D}"/etc/init.d/drizzled \ - || die "unable to sed init script (gearman)" - fi - - if ! use memcache; then - sed -i -e '/need memcached/d' "${D}"/etc/init.d/drizzled \ - || die "unable to sed init script (memcache)" - fi - - keepdir /var/run/drizzle || die - keepdir /var/log/drizzle || die - keepdir /var/lib/drizzle/drizzled || die - keepdir /etc/drizzle || die - - fperms 0755 /var/run/drizzle || die - fperms 0755 /var/log/drizzle || die - fperms -R 0700 /var/lib/drizzle || die - - fowners drizzle:nogroup /var/run/drizzle || die - fowners drizzle:nogroup /var/log/drizzle || die - fowners -R drizzle:nogroup /var/lib/drizzle || die - - pamd_mimic system-auth drizzle auth account session -} diff --git a/dev-db/drizzle/drizzle-7.2011.02.09.ebuild b/dev-db/drizzle/drizzle-7.2011.02.09.ebuild deleted file mode 100644 index 21bb81072898..000000000000 --- a/dev-db/drizzle/drizzle-7.2011.02.09.ebuild +++ /dev/null @@ -1,159 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2011.02.09.ebuild,v 1.1 2011/02/03 12:31:37 flameeyes Exp $ - -EAPI=2 - -inherit flag-o-matic libtool autotools eutils pam versionator - -MY_P="${PN}$(replace_version_separator 1 -)" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Database optimized for Cloud and Net applications" -HOMEPAGE="http://drizzle.org" -SRC_URI="http://launchpad.net/drizzle/elliott/$(get_version_component_range 2-2)-01-31/+download/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug tcmalloc doc memcache curl pam gearman +md5 ldap haildb" - -# tests are known to fail with haildb enabled, still. -RESTRICT="haildb? ( test )" - -RDEPEND="tcmalloc? ( dev-util/google-perftools ) - sys-libs/readline - sys-apps/util-linux - dev-libs/libpcre - >=dev-libs/libevent-1.4 - >=dev-libs/protobuf-2.1.0 - gearman? ( >=sys-cluster/gearmand-0.12 ) - pam? ( sys-libs/pam ) - curl? ( net-misc/curl ) - memcache? ( >=dev-libs/libmemcached-0.39 ) - md5? ( >=dev-libs/libgcrypt-1.4.2 ) - haildb? ( >=dev-db/haildb-2.3.2 ) - >=dev-libs/boost-1.32 - ldap? ( net-nds/openldap ) - !dev-db/libdrizzle" - -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool - dev-util/gperf - sys-devel/flex - doc? ( app-doc/doxygen ) - >=dev-util/boost-build-1.32" - -pkg_setup() { - enewuser drizzle -1 -1 /dev/null nogroup -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-2009.12.1240-nolint.patch" - - AT_M4DIR="m4" eautoreconf - elibtoolize -} - -src_configure() { - local myconf= - - if use debug; then - append-flags -DDEBUG - fi - - # while I applaud upstreams goal of 0 compiler warnings - # the 1412 release didn't achieve it. - append-flags -Wno-error - - # NOTE disable-all and without-all no longer recognized options - # NOTE using --enable on some plugins can cause test failures. - # --with should be used instead. A discussion about this here: - # https://bugs.launchpad.net/drizzle/+bug/598659 - # TODO (upstream) - # $(use_with memcache memcached-stats-plugin) \ - # $(use_with memcache memcached-functions-plugin) \ - - econf \ - --disable-static \ - --disable-dependency-tracking \ - --disable-mtmalloc \ - $(use_enable tcmalloc) \ - $(use_enable memcache libmemcached) \ - $(use_enable gearman libgearman) \ - $(use_enable ldap libldap) \ - $(use_with curl auth-http-plugin) \ - $(use_with pam auth-pam-plugin) \ - $(use_with md5 md5-plugin) \ - $(use_with gearman gearman-udf-plugin) \ - $(use_with gearman logging-gearman-plugin) \ - $(use_with ldap auth-ldap-plugin) \ - --without-hello-world-plugin \ - --disable-pbxt-plugin --without-pbxt-plugin \ - --disable-rabbitmq-plugin --without-rabbitmq-plugin \ - $(use_enable haildb libhaildb) \ - $(use_enable haildb haildb-plugin) \ - $(use_with haildb haildb-plugin) \ - --with-auth-test-plugin \ - --with-auth-file-plugin \ - --with-simple-user-policy-plugin \ - --enable-logging-stats-plugin \ - --with-logging-stats-plugin \ - --enable-console-plugin \ - --enable-archive-plugin \ - ${myconf} - -} - -src_compile() { - emake all $(use doc && echo doxygen) || die "build failed" -} - -# 5-10 min eta -src_test() { - # If you want to turn off a test, rename to suffix of .DISABLED - # Explicitly allow parallel make check - emake check || die "tests failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS README || die - - find "${D}" -name '*.la' -delete || die - - if use doc; then - docinto apidoc - pushd docs/html - dohtml -r . - popd - fi - - newinitd "${FILESDIR}"/drizzle.init.d drizzled || die - newconfd "${FILESDIR}"/drizzle.conf.d drizzled || die - - if ! use gearman; then - sed -i -e '/need gearmand/d' "${D}"/etc/init.d/drizzled \ - || die "unable to sed init script (gearman)" - fi - - if ! use memcache; then - sed -i -e '/need memcached/d' "${D}"/etc/init.d/drizzled \ - || die "unable to sed init script (memcache)" - fi - - keepdir /var/run/drizzle || die - keepdir /var/log/drizzle || die - keepdir /var/lib/drizzle/drizzled || die - keepdir /etc/drizzle || die - - fperms 0755 /var/run/drizzle || die - fperms 0755 /var/log/drizzle || die - fperms -R 0700 /var/lib/drizzle || die - - fowners drizzle:nogroup /var/run/drizzle || die - fowners drizzle:nogroup /var/log/drizzle || die - fowners -R drizzle:nogroup /var/lib/drizzle || die - - pamd_mimic system-auth drizzle auth account session -} |