diff options
author | 2012-08-24 15:55:39 +0000 | |
---|---|---|
committer | 2012-08-24 15:55:39 +0000 | |
commit | d19b8654cb739ddd6e3df01af5632b8c4642b71b (patch) | |
tree | 8f55de8a5e47d92c39ca3437ca4079b8b45fd125 /sys-apps | |
parent | drop older versions (diff) | |
download | historical-d19b8654cb739ddd6e3df01af5632b8c4642b71b.tar.gz historical-d19b8654cb739ddd6e3df01af5632b8c4642b71b.tar.bz2 historical-d19b8654cb739ddd6e3df01af5632b8c4642b71b.zip |
drop older versions
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'sys-apps')
23 files changed, 18 insertions, 1271 deletions
diff --git a/sys-apps/entropy-server/ChangeLog b/sys-apps/entropy-server/ChangeLog index 4712ae68bf6c..9d823b591b30 100644 --- a/sys-apps/entropy-server/ChangeLog +++ b/sys-apps/entropy-server/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-apps/entropy-server # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/ChangeLog,v 1.19 2012/08/24 14:24:07 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/ChangeLog,v 1.20 2012/08/24 15:53:09 lxnay Exp $ + + 24 Aug 2012; Fabio Erculiani <lxnay@gentoo.org> + -entropy-server-1.0_rc38.ebuild, -entropy-server-1.0_rc43.ebuild, + -entropy-server-1.0_rc53.ebuild, -entropy-server-1.0_rc59.ebuild, + -entropy-server-1.0_rc76.ebuild, -entropy-server-1.0_rc77.ebuild, + -entropy-server-1.0_rc80.ebuild, -entropy-server-1.0_rc87.ebuild, + -entropy-server-1.0_rc90.ebuild, -entropy-server-1.0_rc124.ebuild: + drop older versions *entropy-server-136 (24 Aug 2012) diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc124.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc124.ebuild deleted file mode 100644 index 868c7fb9156b..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc124.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc124.ebuild,v 1.1 2012/07/11 18:32:44 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion-r1 - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/server" - -RDEPEND="~sys-apps/entropy-${PV}" -DEPEND="app-text/asciidoc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newbashcomp "${S}/eit-completion.bash" eit -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc38.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc38.ebuild deleted file mode 100644 index c06943c8f937..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc38.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc38.ebuild,v 1.1 2011/08/12 09:32:18 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}" - -DEPEND="~sys-apps/entropy-${PV}" -RDEPEND="${DEPEND}" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-server-install || die "make install failed" -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc43.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc43.ebuild deleted file mode 100644 index 240577900cab..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc43.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc43.ebuild,v 1.1 2011/08/23 10:07:52 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}" - -DEPEND="~sys-apps/entropy-${PV}" -RDEPEND="${DEPEND}" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-server-install || die "make install failed" -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc53.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc53.ebuild deleted file mode 100644 index 774da19e09c6..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc53.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc53.ebuild,v 1.1 2011/09/18 10:50:06 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}" - -DEPEND="~sys-apps/entropy-${PV}" -RDEPEND="${DEPEND}" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-server-install || die "make install failed" -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc59.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc59.ebuild deleted file mode 100644 index d0ccc3ad00e9..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc59.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc59.ebuild,v 1.1 2011/10/09 06:54:54 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}" - -DEPEND="~sys-apps/entropy-${PV}" -RDEPEND="${DEPEND}" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-server-install || die "make install failed" -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc76.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc76.ebuild deleted file mode 100644 index d66cad453b05..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc76.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc76.ebuild,v 1.1 2011/11/13 09:28:17 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion-r1 - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/server" - -RDEPEND="~sys-apps/entropy-${PV}" -DEPEND="app-text/asciidoc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newbashcomp "${S}/eit-completion.bash" eit -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc77.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc77.ebuild deleted file mode 100644 index 99cb607cd2ea..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc77.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc77.ebuild,v 1.1 2011/11/23 21:53:16 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion-r1 - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/server" - -RDEPEND="~sys-apps/entropy-${PV}" -DEPEND="app-text/asciidoc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newbashcomp "${S}/eit-completion.bash" eit -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc80.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc80.ebuild deleted file mode 100644 index 2dd3f48cfe3d..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc80.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc80.ebuild,v 1.1 2011/12/22 17:52:51 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion-r1 - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/server" - -RDEPEND="~sys-apps/entropy-${PV}" -DEPEND="app-text/asciidoc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newbashcomp "${S}/eit-completion.bash" eit -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc87.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc87.ebuild deleted file mode 100644 index 3b3325527c42..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc87.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc87.ebuild,v 1.1 2012/02/12 07:25:59 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion-r1 - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/server" - -RDEPEND="~sys-apps/entropy-${PV}" -DEPEND="app-text/asciidoc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newbashcomp "${S}/eit-completion.bash" eit -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy-server/entropy-server-1.0_rc90.ebuild b/sys-apps/entropy-server/entropy-server-1.0_rc90.ebuild deleted file mode 100644 index ca19bdd19e68..000000000000 --- a/sys-apps/entropy-server/entropy-server-1.0_rc90.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy-server/entropy-server-1.0_rc90.ebuild,v 1.1 2012/03/23 14:20:17 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion-r1 - -DESCRIPTION="Entropy Package Manager server-side tools" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/server" - -RDEPEND="~sys-apps/entropy-${PV}" -DEPEND="app-text/asciidoc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newbashcomp "${S}/eit-completion.bash" eit -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/server" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/server" -} diff --git a/sys-apps/entropy/ChangeLog b/sys-apps/entropy/ChangeLog index 1e3dc43080df..4a9f91b686f4 100644 --- a/sys-apps/entropy/ChangeLog +++ b/sys-apps/entropy/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/entropy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/ChangeLog,v 1.28 2012/08/24 14:21:57 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/ChangeLog,v 1.29 2012/08/24 15:55:39 lxnay Exp $ + + 24 Aug 2012; Fabio Erculiani <lxnay@gentoo.org> -entropy-1.0_rc38.ebuild, + -entropy-1.0_rc43.ebuild, -entropy-1.0_rc53.ebuild, -entropy-1.0_rc59.ebuild, + -entropy-1.0_rc76.ebuild, -entropy-1.0_rc77.ebuild, -entropy-1.0_rc80.ebuild, + -entropy-1.0_rc87.ebuild, -entropy-1.0_rc90.ebuild, + -entropy-1.0_rc124.ebuild: + drop older versions *entropy-136 (24 Aug 2012) diff --git a/sys-apps/entropy/entropy-1.0_rc124.ebuild b/sys-apps/entropy/entropy-1.0_rc124.ebuild deleted file mode 100644 index bdc3b434cb61..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc124.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc124.ebuild,v 1.2 2012/07/11 18:27:27 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -REPO_D_CONFPATH="${ROOT}/etc/entropy/repositories.conf.d" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy || die "failed to create entropy group" - # Create unprivileged entropy user - enewgroup entropy-nopriv || die "failed to create entropy-nopriv group" - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv || die "failed to create entropy-nopriv user" -} - -src_compile() { - cd "${S}"/client/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - cd "${S}"/client/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - for ex_conf in "${REPO_D_CONFPATH}"/_entropy_sabayon-limbo.example; do - real_conf="${ex_conf%.example}" - if [ -f "${real_conf}" ] || [ -f "${real_conf/_}" ]; then - # skip installation then - continue - fi - elog "Installing: ${real_conf}" - cp "${ex_conf}" "${real_conf}" -p - done - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - elog "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - # Fixup Entropy Resources Lock, and /etc/entropy/packages - # files permissions. This fixes unprivileged Entropy Library usage - local res_file="${ROOT}"/var/lib/entropy/client/database/*/.using_resources - if [ -f "${res_file}" ]; then - chown root:entropy "${res_file}" - chmod g+rw "${res_file}" - chmod o+r "${res_file}" - fi - local pkg_files="package.mask package.unmask package.mask.d package.unmask.d" - local pkg_file - for pkg_file in ${pkg_files}; do - pkg_file="${ROOT}/etc/entropy/packages/${pkg_file}" - recursive="" - if [ -d "${pkg_file}" ]; then - recursive="-R" - fi - if [ -e "${pkg_file}" ]; then - chown ${recursive} root:entropy "${pkg_file}" - chmod ${recursive} go+r "${pkg_file}" - fi - done - - # Setup Entropy Library directories ownership - chown -R root:entropy "${ROOT}/var/tmp/entropy" - chown root:entropy "${ROOT}/var/lib/entropy" # no recursion - chown root:entropy "${ROOT}/var/lib/entropy/client/packages" # no recursion - chown root:entropy "${ROOT}/var/log/entropy" # no recursion - - python_mod_optimize "/usr/lib/entropy/lib/entropy" - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/lib/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc38.ebuild b/sys-apps/entropy/entropy-1.0_rc38.ebuild deleted file mode 100644 index bea2c3a75a48..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc38.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc38.ebuild,v 1.3 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy - # Create unprivileged entropy user - enewgroup entropy-nopriv - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv -} - -src_compile() { - # TODO: move to separate package - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - - # TODO: move to separate package - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - einfo "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/libraries/entropy" - - # force python 2.x - eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2 --ignore 3.3 - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo - -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/libraries/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc43.ebuild b/sys-apps/entropy/entropy-1.0_rc43.ebuild deleted file mode 100644 index cec1e15dcaee..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc43.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc43.ebuild,v 1.3 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy - # Create unprivileged entropy user - enewgroup entropy-nopriv - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv -} - -src_compile() { - # TODO: move to separate package - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - - # TODO: move to separate package - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - einfo "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/libraries/entropy" - - # force python 2.x - eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2 --ignore 3.3 - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo - -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/libraries/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc53.ebuild b/sys-apps/entropy/entropy-1.0_rc53.ebuild deleted file mode 100644 index 8f0843dad52a..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc53.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc53.ebuild,v 1.4 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy - # Create unprivileged entropy user - enewgroup entropy-nopriv - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv -} - -src_compile() { - # TODO: move to separate package - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - - # TODO: move to separate package - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - einfo "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/libraries/entropy" - - # force python 2.x - eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2 --ignore 3.3 - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo - -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/libraries/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc59.ebuild b/sys-apps/entropy/entropy-1.0_rc59.ebuild deleted file mode 100644 index e99999874592..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc59.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc59.ebuild,v 1.3 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy - # Create unprivileged entropy user - enewgroup entropy-nopriv - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv -} - -src_compile() { - # TODO: move to separate package - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - - # TODO: move to separate package - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - einfo "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/libraries/entropy" - - # force python 2.x - eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2 --ignore 3.3 - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo - -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/libraries/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc76.ebuild b/sys-apps/entropy/entropy-1.0_rc76.ebuild deleted file mode 100644 index 00f28c1ff238..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc76.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc76.ebuild,v 1.2 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -REPO_D_CONFPATH="${ROOT}/etc/entropy/repositories.conf.d" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy || die "failed to create entropy group" - # Create unprivileged entropy user - enewgroup entropy-nopriv || die "failed to create entropy-nopriv group" - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv || die "failed to create entropy-nopriv user" -} - -src_compile() { - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - for ex_conf in "${REPO_D_CONFPATH}"/_entropy_sabayon-limbo.example; do - real_conf="${ex_conf%.example}" - if [ -f "${real_conf}" ] || [ -f "${real_conf/_}" ]; then - # skip installation then - continue - fi - elog "Installing: ${real_conf}" - cp "${ex_conf}" "${real_conf}" -p - done - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - elog "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/lib/entropy" - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/lib/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc77.ebuild b/sys-apps/entropy/entropy-1.0_rc77.ebuild deleted file mode 100644 index 377130dc8c14..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc77.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc77.ebuild,v 1.2 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -REPO_D_CONFPATH="${ROOT}/etc/entropy/repositories.conf.d" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy || die "failed to create entropy group" - # Create unprivileged entropy user - enewgroup entropy-nopriv || die "failed to create entropy-nopriv group" - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv || die "failed to create entropy-nopriv user" -} - -src_compile() { - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - for ex_conf in "${REPO_D_CONFPATH}"/_entropy_sabayon-limbo.example; do - real_conf="${ex_conf%.example}" - if [ -f "${real_conf}" ] || [ -f "${real_conf/_}" ]; then - # skip installation then - continue - fi - elog "Installing: ${real_conf}" - cp "${ex_conf}" "${real_conf}" -p - done - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - elog "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/lib/entropy" - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/lib/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc80.ebuild b/sys-apps/entropy/entropy-1.0_rc80.ebuild deleted file mode 100644 index 9c7b89fac396..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc80.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc80.ebuild,v 1.2 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -REPO_D_CONFPATH="${ROOT}/etc/entropy/repositories.conf.d" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy || die "failed to create entropy group" - # Create unprivileged entropy user - enewgroup entropy-nopriv || die "failed to create entropy-nopriv group" - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv || die "failed to create entropy-nopriv user" -} - -src_compile() { - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - for ex_conf in "${REPO_D_CONFPATH}"/_entropy_sabayon-limbo.example; do - real_conf="${ex_conf%.example}" - if [ -f "${real_conf}" ] || [ -f "${real_conf/_}" ]; then - # skip installation then - continue - fi - elog "Installing: ${real_conf}" - cp "${ex_conf}" "${real_conf}" -p - done - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - elog "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/lib/entropy" - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/lib/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc87.ebuild b/sys-apps/entropy/entropy-1.0_rc87.ebuild deleted file mode 100644 index 43953d88973a..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc87.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc87.ebuild,v 1.6 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -REPO_D_CONFPATH="${ROOT}/etc/entropy/repositories.conf.d" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy || die "failed to create entropy group" - # Create unprivileged entropy user - enewgroup entropy-nopriv || die "failed to create entropy-nopriv group" - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv || die "failed to create entropy-nopriv user" -} - -src_compile() { - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - for ex_conf in "${REPO_D_CONFPATH}"/_entropy_sabayon-limbo.example; do - real_conf="${ex_conf%.example}" - if [ -f "${real_conf}" ] || [ -f "${real_conf/_}" ]; then - # skip installation then - continue - fi - elog "Installing: ${real_conf}" - cp "${ex_conf}" "${real_conf}" -p - done - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - elog "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/lib/entropy" - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/lib/entropy" -} diff --git a/sys-apps/entropy/entropy-1.0_rc90.ebuild b/sys-apps/entropy/entropy-1.0_rc90.ebuild deleted file mode 100644 index c6008b570c7a..000000000000 --- a/sys-apps/entropy/entropy-1.0_rc90.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-1.0_rc90.ebuild,v 1.2 2012/05/24 03:14:15 vapier Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -inherit eutils python user - -DESCRIPTION="Entropy Package Manager foundation library" -HOMEPAGE="http://www.sabayon.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="" -SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" - -RDEPEND="dev-db/sqlite[soundex] - net-misc/rsync - sys-apps/diffutils - sys-apps/sandbox - >=sys-apps/portage-2.1.9 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf" -REPO_D_CONFPATH="${ROOT}/etc/entropy/repositories.conf.d" -ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches" - -pkg_setup() { - # Can: - # - update repos - # - update security advisories - # - handle on-disk cache (atm) - enewgroup entropy || die "failed to create entropy group" - # Create unprivileged entropy user - enewgroup entropy-nopriv || die "failed to create entropy-nopriv group" - enewuser entropy-nopriv -1 -1 -1 entropy-nopriv || die "failed to create entropy-nopriv user" -} - -src_compile() { - cd "${S}"/misc/po || die - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" entropy-install || die "make install failed" - cd "${S}"/misc/po || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed" -} - -pkg_postinst() { - for ex_conf in "${REPO_D_CONFPATH}"/_entropy_sabayon-limbo.example; do - real_conf="${ex_conf%.example}" - if [ -f "${real_conf}" ] || [ -f "${real_conf/_}" ]; then - # skip installation then - continue - fi - elog "Installing: ${real_conf}" - cp "${ex_conf}" "${real_conf}" -p - done - - # Copy config file over - if [ -f "${REPO_CONFPATH}.example" ] && [ ! -f "${REPO_CONFPATH}" ]; then - elog "Copying ${REPO_CONFPATH}.example over to ${REPO_CONFPATH}" - cp "${REPO_CONFPATH}.example" "${REPO_CONFPATH}" -p - fi - - if [ -d "${ENTROPY_CACHEDIR}" ]; then - einfo "Purging current Entropy cache" - rm -rf "${ENTROPY_CACHEDIR}"/* - fi - - python_mod_optimize "/usr/lib/entropy/lib/entropy" - - echo - elog "If you want to enable Entropy packages delta download support, please" - elog "install dev-util/bsdiff." - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/lib/entropy" -} diff --git a/sys-apps/rigo-daemon/Manifest b/sys-apps/rigo-daemon/Manifest index 99975aee753d..811e3ae57402 100644 --- a/sys-apps/rigo-daemon/Manifest +++ b/sys-apps/rigo-daemon/Manifest @@ -1,6 +1,4 @@ -DIST entropy-1.0_rc124.tar.bz2 1518029 SHA256 f81ca4f09de21e77064a3d382cb55bc3e78dc5b5991a16657e276b0e52f641bf SHA512 f61e3582aaa8e7c9e1efabeb4cf17a673cbdb72a8035bd12225e37e85c586ea6de8adf83a4ef8d727147a435e5c93f527b9b43d64b10ab95fdceb7cb07ec3cd6 WHIRLPOOL b8358a5b3e70778a190d0890b7c17f17052cf3e197401afee60214b8b7e458389dc6ba03ddae5db92f2513f66c047519d3cf4d27e230904f72d4890cc3a6421f DIST entropy-136.tar.bz2 1612759 SHA256 4384b251f259c868f8ee3480701beecb466ca8c5727915e6b437291d03f4c63b SHA512 3b2725de557efa76ee65f368f486ab952f49a63474b5226e7b9ce137bee1c9c1ef73074c4d255e3d8695666556923d827c9cb1e232b307c4893d76e6cc6fb948 WHIRLPOOL 222d2c292c4a7c0d465be31898c4b2bf1469b7c769b4099106ded24334f4d16dde1f95ea532cbb2a167e2b7fcc30e6f59974839c3a8019c02c962fc634556e1b -EBUILD rigo-daemon-1.0_rc124.ebuild 1171 SHA256 4d7cfdfe016973c27211303397fa887312d979369e58d49ff9abccb072d01dc5 SHA512 9955ae977e4856fa08f14b795a9337ce380a55d849f1f9321e4bbe4fd2f55c0c4131100be0730a589eb219b3e1cd02e1f0f5edabab4ada7a1e1a44a7f1b1549e WHIRLPOOL fa1a4c85ddf61e8411a5033a98cd8950193aa6a99c007ef19e8741eea16ec66aa45a3a6bba83232bee83b643a75582c845ed1c58dda2f5c74ff0dfff37a430e5 EBUILD rigo-daemon-136.ebuild 1165 SHA256 61adca495a6b89e9ee15430083f68bc89f960834f1e283eb301d36f04a392f54 SHA512 fde7d7a27c14a7a2a6b1d5e00ba34d329688e19f4d60089d2e6e83051d38200fd74bfc692b633635fbf2b3b1167b1f04df64a409a0f7dd24a711c50fc398f211 WHIRLPOOL c6588fc83a49f47a788ccf58cc76a18a68e24293d32883c0031a045981c9685412d3db575228240971e13ecde81f85db1e38b4f290baae0986542bc921c0ac12 -MISC ChangeLog 485 SHA256 2ba5bad8cf9373fc37f9b576f1f12fa6c2bd37d4f382a6a9aee09a1b4b9256c8 SHA512 543ffc55b1f176d391a43a1afa52f5dab6e1e5f53e062b528383d605a99ddb3469aaeda9c62d1ab7ad42da0aa754ea6f8f3391742281f6d07a6a576bf062dbf9 WHIRLPOOL 4be270a56a67fa8de1aac7bdaef8e915ffd33ca0562da5045d0385a754ee176bceaaa61c83a59aa050b07c1f528f5aafeade7129063e3e935ee839eef772c526 +MISC ChangeLog 590 SHA256 db6ad0e6dcafe2890858487a7550b61e6bc4d44a094cb644269a06b3c2d5bb4b SHA512 2ff76c8c5dfb3d5fe4cf38bc1172ddb1fc80aefd01cc1d93532aa35d7180fcb2fc0add06b070ca0d18a36042cbe5b4670ca61941a620a22d88713b90202b827a WHIRLPOOL 2d7dc4b906f9ad45ebb0f745c0b7f1696cdd7111078e96aea5efe92cbb970ca7d0cf292fb1c51a90bc5c8211c3eeea519a6bef897badbbd104d9961e3e4079c0 MISC metadata.xml 249 SHA256 c8f6c77ed785305b3c81640d0f8aefd1e0979c446458117922d2ba8979e2f53f SHA512 e90f800cf4b5909428161ee7577c8599e094765bcf366b151fe21c23c78b84df015e5ea766967e6d7f02d87e2fe1293d508a28b682bc7fcb395a47acbd741b16 WHIRLPOOL a34e9bb9649faaed8ccc588236a567453f3ef4990771cd27e9ebe3dfa37ecd7876f248c3ffa9a3f10ed1664f1be12c7d56d89375e41e2ceaa19b1439b32a833d |