From a74e3f5c5bd58d6d444da0503b8d41baa50e88d4 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 3 May 2017 09:38:03 +0200 Subject: app-portage/eix: Version bump --- app-portage/eix/Manifest | 4 +- app-portage/eix/eix-0.32.7.ebuild | 76 --------------------------- app-portage/eix/eix-0.32.8.ebuild | 76 +++++++++++++++++++++++++++ app-portage/eix/eix-0.32.8_alpha3.ebuild | 90 -------------------------------- app-portage/eix/eix-0.32.8_alpha4.ebuild | 90 ++++++++++++++++++++++++++++++++ app-portage/eix/eix-99999999.ebuild | 2 +- 6 files changed, 169 insertions(+), 169 deletions(-) delete mode 100644 app-portage/eix/eix-0.32.7.ebuild create mode 100644 app-portage/eix/eix-0.32.8.ebuild delete mode 100644 app-portage/eix/eix-0.32.8_alpha3.ebuild create mode 100644 app-portage/eix/eix-0.32.8_alpha4.ebuild diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest index b5021d95..737b0985 100644 --- a/app-portage/eix/Manifest +++ b/app-portage/eix/Manifest @@ -1,2 +1,2 @@ -DIST eix-0.32.7.tar.xz 595632 SHA256 2b91365568fd1b87754f25ef4f177c0997d374885fcded74d52bd7cbbe02cc37 -DIST eix-0.32.8_alpha3.tar.gz 652226 SHA256 45403a1bc146afa024e7cbab352b262b01749b09ee1457200a58c3010cb52717 +DIST eix-0.32.8.tar.xz 598708 SHA256 3ccca2dbbaf76139cdcaa8205dacd3ed2d873f4a0eeb7e940fb1160cf2ddf5a5 +DIST eix-0.32.8_alpha4.tar.gz 652275 SHA256 27c7aed548cc1e299faee4095c76cacb88e0de1643b700b7a4d8d25f17db10a2 diff --git a/app-portage/eix/eix-0.32.7.ebuild b/app-portage/eix/eix-0.32.7.ebuild deleted file mode 100644 index 061232ab..00000000 --- a/app-portage/eix/eix-0.32.7.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="de ru" -inherit bash-completion-r1 l10n tmpfiles - -DESCRIPTION="Search and query ebuilds" -HOMEPAGE="https://github.com/vaeth/eix/" -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools" - -BOTHDEPEND="nls? ( virtual/libintl ) - sqlite? ( >=dev-db/sqlite-3:= )" -RDEPEND="${BOTHDEPEND} - >=app-shells/push-2.0-r2 - >=app-shells/quoter-3.0-r2" -DEPEND="${BOTHDEPEND} - app-arch/xz-utils - nls? ( sys-devel/gettext )" - -pkg_setup() { - # remove stale cache file to prevent collisions - local old_cache="${EROOT}var/cache/${PN}" - test -f "${old_cache}" && rm -f -- "${old_cache}" -} - -src_prepare() { - sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die - eapply_user -} - -src_configure() { - econf \ - $(use_with sqlite) \ - $(use_with doc extra-doc) \ - $(use_enable nls) \ - $(use_enable tools separate-tools) \ - $(use_enable security) \ - $(use_enable optimization) \ - $(use_enable strong-security) \ - $(use_enable strong-optimization) \ - $(use_enable debug debugging) \ - $(use_enable swap-remote) \ - $(use_with prefix always-accept-keywords) \ - $(use_with dep dep-default) \ - $(use_with required-use required-use-default) \ - --with-zsh-completion \ - --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" -} - -src_install() { - default - dobashcomp bash/eix - dotmpfiles tmpfiles.d/eix.conf -} - -pkg_postinst() { - local obs="${EROOT}var/cache/eix.previous" - if test -f "${obs}"; then - ewarn "Found obsolete ${obs}, please remove it" - fi - tmpfiles_process eix.conf -} - -pkg_postrm() { - if [ -z "${REPLACED_BY_VERSION}" ]; then - rm -rf -- "${EROOT}var/cache/${PN}" - fi -} diff --git a/app-portage/eix/eix-0.32.8.ebuild b/app-portage/eix/eix-0.32.8.ebuild new file mode 100644 index 00000000..061232ab --- /dev/null +++ b/app-portage/eix/eix-0.32.8.ebuild @@ -0,0 +1,76 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="de ru" +inherit bash-completion-r1 l10n tmpfiles + +DESCRIPTION="Search and query ebuilds" +HOMEPAGE="https://github.com/vaeth/eix/" +SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools" + +BOTHDEPEND="nls? ( virtual/libintl ) + sqlite? ( >=dev-db/sqlite-3:= )" +RDEPEND="${BOTHDEPEND} + >=app-shells/push-2.0-r2 + >=app-shells/quoter-3.0-r2" +DEPEND="${BOTHDEPEND} + app-arch/xz-utils + nls? ( sys-devel/gettext )" + +pkg_setup() { + # remove stale cache file to prevent collisions + local old_cache="${EROOT}var/cache/${PN}" + test -f "${old_cache}" && rm -f -- "${old_cache}" +} + +src_prepare() { + sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die + eapply_user +} + +src_configure() { + econf \ + $(use_with sqlite) \ + $(use_with doc extra-doc) \ + $(use_enable nls) \ + $(use_enable tools separate-tools) \ + $(use_enable security) \ + $(use_enable optimization) \ + $(use_enable strong-security) \ + $(use_enable strong-optimization) \ + $(use_enable debug debugging) \ + $(use_enable swap-remote) \ + $(use_with prefix always-accept-keywords) \ + $(use_with dep dep-default) \ + $(use_with required-use required-use-default) \ + --with-zsh-completion \ + --with-portage-rootpath="${ROOTPATH}" \ + --with-eprefix-default="${EPREFIX}" +} + +src_install() { + default + dobashcomp bash/eix + dotmpfiles tmpfiles.d/eix.conf +} + +pkg_postinst() { + local obs="${EROOT}var/cache/eix.previous" + if test -f "${obs}"; then + ewarn "Found obsolete ${obs}, please remove it" + fi + tmpfiles_process eix.conf +} + +pkg_postrm() { + if [ -z "${REPLACED_BY_VERSION}" ]; then + rm -rf -- "${EROOT}var/cache/${PN}" + fi +} diff --git a/app-portage/eix/eix-0.32.8_alpha3.ebuild b/app-portage/eix/eix-0.32.8_alpha3.ebuild deleted file mode 100644 index 30af9e43..00000000 --- a/app-portage/eix/eix-0.32.8_alpha3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -WANT_LIBTOOL=none -PLOCALES="de ru" -inherit autotools bash-completion-r1 l10n tmpfiles - -case ${PV} in -99999999*) - EGIT_REPO_URI="git://github.com/vaeth/${PN}.git" - inherit git-r3 - SRC_URI="" - PROPERTIES="live";; -*) - RESTRICT="mirror" - EGIT_COMMIT="8ec164a3889c885b20aca8b65eabde6285fec08c" - SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${EGIT_COMMIT}";; -esac - -DESCRIPTION="Search and query ebuilds" -HOMEPAGE="https://github.com/vaeth/eix/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools" - -BOTHDEPEND="nls? ( virtual/libintl ) - sqlite? ( >=dev-db/sqlite-3:= )" -RDEPEND="${BOTHDEPEND} - >=app-shells/push-2.0-r2 - >=app-shells/quoter-3.0-r2" -DEPEND="${BOTHDEPEND} - >=sys-devel/gettext-0.19.6" - -pkg_setup() { - # remove stale cache file to prevent collisions - local old_cache="${EROOT}var/cache/${PN}" - test -f "${old_cache}" && rm -f -- "${old_cache}" -} - -src_prepare() { - sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die - eapply_user - eautopoint - eautoreconf -} - -src_configure() { - econf \ - $(use_with sqlite) \ - $(use_with doc extra-doc) \ - $(use_enable nls) \ - $(use_enable tools separate-tools) \ - $(use_enable security) \ - $(use_enable optimization) \ - $(use_enable strong-security) \ - $(use_enable strong-optimization) \ - $(use_enable debug debugging) \ - $(use_enable swap-remote) \ - $(use_with prefix always-accept-keywords) \ - $(use_with dep dep-default) \ - $(use_with required-use required-use-default) \ - --with-zsh-completion \ - --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" -} - -src_install() { - default - dobashcomp bash/eix - dotmpfiles tmpfiles.d/eix.conf -} - -pkg_postinst() { - local obs="${EROOT}var/cache/eix.previous" - if test -f "${obs}"; then - ewarn "Found obsolete ${obs}, please remove it" - fi - tmpfiles_process eix.conf -} - -pkg_postrm() { - if [ -z "${REPLACED_BY_VERSION}" ]; then - rm -rf -- "${EROOT}var/cache/${PN}" - fi -} diff --git a/app-portage/eix/eix-0.32.8_alpha4.ebuild b/app-portage/eix/eix-0.32.8_alpha4.ebuild new file mode 100644 index 00000000..25b88595 --- /dev/null +++ b/app-portage/eix/eix-0.32.8_alpha4.ebuild @@ -0,0 +1,90 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +WANT_LIBTOOL=none +PLOCALES="de ru" +inherit autotools bash-completion-r1 l10n tmpfiles + +case ${PV} in +99999999*) + EGIT_REPO_URI="git://github.com/vaeth/${PN}.git" + inherit git-r3 + SRC_URI="" + PROPERTIES="live";; +*) + RESTRICT="mirror" + EGIT_COMMIT="9e0e3f443afda237668010fbdd964f0807574b35" + SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-${EGIT_COMMIT}";; +esac + +DESCRIPTION="Search and query ebuilds" +HOMEPAGE="https://github.com/vaeth/eix/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools" + +BOTHDEPEND="nls? ( virtual/libintl ) + sqlite? ( >=dev-db/sqlite-3:= )" +RDEPEND="${BOTHDEPEND} + >=app-shells/push-2.0-r2 + >=app-shells/quoter-3.0-r2" +DEPEND="${BOTHDEPEND} + >=sys-devel/gettext-0.19.6" + +pkg_setup() { + # remove stale cache file to prevent collisions + local old_cache="${EROOT}var/cache/${PN}" + test -f "${old_cache}" && rm -f -- "${old_cache}" +} + +src_prepare() { + sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die + eapply_user + eautopoint + eautoreconf +} + +src_configure() { + econf \ + $(use_with sqlite) \ + $(use_with doc extra-doc) \ + $(use_enable nls) \ + $(use_enable tools separate-tools) \ + $(use_enable security) \ + $(use_enable optimization) \ + $(use_enable strong-security) \ + $(use_enable strong-optimization) \ + $(use_enable debug debugging) \ + $(use_enable swap-remote) \ + $(use_with prefix always-accept-keywords) \ + $(use_with dep dep-default) \ + $(use_with required-use required-use-default) \ + --with-zsh-completion \ + --with-portage-rootpath="${ROOTPATH}" \ + --with-eprefix-default="${EPREFIX}" +} + +src_install() { + default + dobashcomp bash/eix + dotmpfiles tmpfiles.d/eix.conf +} + +pkg_postinst() { + local obs="${EROOT}var/cache/eix.previous" + if test -f "${obs}"; then + ewarn "Found obsolete ${obs}, please remove it" + fi + tmpfiles_process eix.conf +} + +pkg_postrm() { + if [ -z "${REPLACED_BY_VERSION}" ]; then + rm -rf -- "${EROOT}var/cache/${PN}" + fi +} diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild index 30af9e43..25b88595 100644 --- a/app-portage/eix/eix-99999999.ebuild +++ b/app-portage/eix/eix-99999999.ebuild @@ -15,7 +15,7 @@ case ${PV} in PROPERTIES="live";; *) RESTRICT="mirror" - EGIT_COMMIT="8ec164a3889c885b20aca8b65eabde6285fec08c" + EGIT_COMMIT="9e0e3f443afda237668010fbdd964f0807574b35" SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${EGIT_COMMIT}";; esac -- cgit v1.2.3-65-gdbad