[sys-apps/entropy*] drop entropy* 249 ebuilds
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1 bash-completion-r1
|
||||
|
||||
DESCRIPTION="Entropy Package Manager text-based client"
|
||||
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}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND} sys-apps/file[python]"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_compile() {
|
||||
cd "${S}"/client || die
|
||||
emake || die "make failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}"/client || die
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed"
|
||||
newbashcomp "${S}/misc/equo-completion.bash" equo
|
||||
|
||||
python_optimize "${D}/usr/lib/entropy/client"
|
||||
}
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1 bash-completion-r1
|
||||
|
||||
DESCRIPTION="Automated Packages Builder for Portage and Entropy"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="+entropy"
|
||||
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
|
||||
|
||||
S="${WORKDIR}/entropy-${PV}/${PN}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="entropy? ( ~sys-apps/entropy-${PV}[${PYTHON_USEDEP}] )
|
||||
sys-apps/file[python]
|
||||
${PYTHON_DEPS}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
emake DESTDIR="${D}" base-install || die "make base-install failed"
|
||||
if use entropy; then
|
||||
emake DESTDIR="${D}" entropysrv-install || die "make base-install failed"
|
||||
fi
|
||||
|
||||
python_optimize "${D}/usr/lib/matter"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils gnome2-utils fdo-mime python-single-r1
|
||||
|
||||
DESCRIPTION="Rigo, the Sabayon Application Browser"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="+passwordless-upgrade"
|
||||
|
||||
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
|
||||
S="${WORKDIR}/entropy-${PV}/rigo"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
|| ( dev-python/pygobject-cairo:3 dev-python/pygobject:3[cairo] )
|
||||
~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]
|
||||
~sys-apps/rigo-daemon-${PV}[${PYTHON_USEDEP}]
|
||||
sys-devel/gettext
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/vte:2.90
|
||||
>=x11-misc/xdg-utils-1.1.0_rc1_p20120319"
|
||||
PDEPEND="passwordless-upgrade? ( app-misc/passwordless-upgrade )"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
|
||||
python_optimize "${D}/usr/lib/rigo/${PN}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fdo-mime_mime_database_update
|
||||
fdo-mime_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
fdo-mime_mime_database_update
|
||||
fdo-mime_desktop_database_update
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Official Sabayon Linux Entropy Notification Applet Loader"
|
||||
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}/magneto"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
~sys-apps/magneto-core-${PV}[${PYTHON_USEDEP}]
|
||||
~app-admin/rigo-${PV}[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-loader-install || die "make install failed"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Entropy Package Manager notification applet KDE frontend"
|
||||
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}/magneto"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="~app-misc/magneto-loader-${PV}[${PYTHON_USEDEP}]
|
||||
kde-base/pykde4
|
||||
dev-python/PyQt4[dbus]
|
||||
${DEPEND}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-kde-install || die "make install failed"
|
||||
python_optimize "${D}/usr/lib/entropy/magneto/magneto/kde"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1 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="+matter"
|
||||
|
||||
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
|
||||
|
||||
S="${WORKDIR}/entropy-${PV}/server"
|
||||
|
||||
RDEPEND="~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]
|
||||
matter? ( ~app-admin/matter-${PV}[entropy] )
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
DEPEND="app-text/asciidoc"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
newbashcomp "${S}/eit-completion.bash" eit
|
||||
|
||||
python_optimize "${D}/usr/lib/entropy/server"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,112 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit eutils python-single-r1 user
|
||||
|
||||
DESCRIPTION="Entropy Package Manager foundation library"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
|
||||
|
||||
IUSE=""
|
||||
SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
|
||||
|
||||
RDEPEND=">=app-misc/pax-utils-0.7
|
||||
dev-db/sqlite:3[soundex(+)]
|
||||
net-misc/rsync
|
||||
sys-apps/diffutils
|
||||
sys-apps/sandbox
|
||||
>=sys-apps/portage-2.1.9[${PYTHON_USEDEP}]
|
||||
sys-devel/gettext
|
||||
${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S="${S}/lib"
|
||||
|
||||
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() {
|
||||
python-single-r1_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_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed"
|
||||
|
||||
python_optimize "${D}/usr/lib/entropy/lib/entropy"
|
||||
}
|
||||
|
||||
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 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
|
||||
|
||||
echo
|
||||
elog "If you want to enable Entropy packages delta download support, please"
|
||||
elog "install dev-util/bsdiff."
|
||||
echo
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1 multilib
|
||||
|
||||
DESCRIPTION="Entropy Package Manager notification applet library"
|
||||
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}/magneto"
|
||||
|
||||
DEPEND="~sys-apps/rigo-daemon-${PV}[${PYTHON_USEDEP}]
|
||||
${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
x11-misc/xdg-utils"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-core-install || die "make install failed"
|
||||
python_optimize "${D}/usr/$(get_libdir)/entropy/magneto"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
MY_PN="RigoDaemon"
|
||||
DESCRIPTION="Entropy Client DBus Services, aka RigoDaemon"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
|
||||
|
||||
S="${WORKDIR}/entropy-${PV}/rigo/${MY_PN}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/dbus-python
|
||||
dev-python/pygobject:3
|
||||
~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]
|
||||
sys-auth/polkit[introspection]
|
||||
sys-devel/gettext"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
|
||||
python_optimize "${D}/usr/lib/rigo/${MY_PN}"
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
# ask RigoDaemon to shutdown, if running
|
||||
# TODO: this will be removed in future
|
||||
local shutdown_exec=${EROOT}/usr/lib/rigo/${MY_PN}/shutdown.py
|
||||
[[ -x "${shutdown_exec}" ]] && "${shutdown_exec}"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Entropy Package Manager notification applet GTK2 frontend"
|
||||
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}/magneto"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="~app-misc/magneto-loader-${PV}[${PYTHON_USEDEP}]
|
||||
dev-python/notify-python
|
||||
dev-python/pygtk:2
|
||||
${DEPEND}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-gtk-install || die "make install failed"
|
||||
|
||||
python_optimize "${D}/usr/lib/entropy/magneto/magneto/gtk"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST entropy-249.tar.bz2 18512133 SHA256 877dfe43f8d92d23ed3d62330785fef3199ad017ca735274255e63edef0b1ca4 SHA512 e65c58a8fac278b3a0fb1f5c32c403af8028755d92500e9311906cbbe996dd828ecaf4512df115cd2f8912476aefc19e4fbdc7e9d3f454d568771646bf8b3b8c WHIRLPOOL f23f6c7371d05d8255b8446eba80c08554ab9c95c40ac822c9284ec4b1c327d0caf0206f348d4a2581e49ec7d2709d6e9d96c6e5affe4cce102989136147036e
|
||||
DIST entropy-254.tar.bz2 18516662 SHA256 5e411472eaf7016a68a4aa81ef92dd3aad8403fc65a0ffb09c57b91c959ca3a6 SHA512 3b3e82abad8008720e370b7892b7be1c48aaa6605914db977f68b9a108ada0a4adbaa5b7b50a9a02ba9c8b0bdefadcda1eceee2c7c2abc385b3daf669649e2da WHIRLPOOL 593469b858707e4ceca56146fa1d608141e44dda0a0921ed6a3ec566878c1e3c153410233f088d57db4f8bd9d1c796bd945cbea3ba455572efc05eca42023ce5
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Entropy Package Manager notification applet GTK3 frontend"
|
||||
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}/magneto"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
~app-misc/magneto-loader-${PV}[${PYTHON_USEDEP}]
|
||||
dev-libs/gobject-introspection
|
||||
x11-libs/gdk-pixbuf[introspection]
|
||||
x11-libs/gtk+:3[introspection]
|
||||
x11-libs/libnotify[introspection]"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-gtk3-install || die "make install failed"
|
||||
python_optimize "${D}/usr/lib/entropy/magneto/magneto/gtk3"
|
||||
}
|
||||
Reference in New Issue
Block a user