diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-02 21:04:41 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-02 21:04:41 +0200 |
commit | 202393cd5e959a96f4d5bbf4ba6f8b287c7a8ef6 (patch) | |
tree | e3e2443a27b893040c2e22052c35d7fcb7bc5897 /app-admin | |
parent | app-accessibility/accerciser: moved to portage. (diff) | |
download | gnome-202393cd5e959a96f4d5bbf4ba6f8b287c7a8ef6.tar.gz gnome-202393cd5e959a96f4d5bbf4ba6f8b287c7a8ef6.tar.bz2 gnome-202393cd5e959a96f4d5bbf4ba6f8b287c7a8ef6.zip |
app-admin/{pessulus,sabayon}: moved to portage
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pessulus/Manifest | 2 | ||||
-rw-r--r-- | app-admin/pessulus/pessulus-2.26.1.ebuild | 46 | ||||
-rw-r--r-- | app-admin/sabayon/Manifest | 2 | ||||
-rw-r--r-- | app-admin/sabayon/sabayon-2.25.0.ebuild | 84 |
4 files changed, 0 insertions, 134 deletions
diff --git a/app-admin/pessulus/Manifest b/app-admin/pessulus/Manifest deleted file mode 100644 index faaae4f0..00000000 --- a/app-admin/pessulus/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pessulus-2.26.1.tar.bz2 166842 RMD160 73db2eef99e1338a1e0a7ec70e96485245862c66 SHA1 fb84b7ac2e6820b6ea883b74cb10437cdd26e751 SHA256 ce159a64b6507a0094b93ceee85354acd3ca1b2946c0b05e6da4e57ec545a024 -EBUILD pessulus-2.26.1.ebuild 1093 RMD160 dab5b394ab12860083347997dea911512d52ba16 SHA1 059d8849793997f5a7feefa31cf903fbac857c2e SHA256 50d66cd52018e6a003e1d5c2561cb24df918beff90b2b5b5d91939465f3e14e2 diff --git a/app-admin/pessulus/pessulus-2.26.1.ebuild b/app-admin/pessulus/pessulus-2.26.1.ebuild deleted file mode 100644 index 4927d911..00000000 --- a/app-admin/pessulus/pessulus-2.26.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pessulus/pessulus-2.24.0.ebuild,v 1.4 2009/03/11 01:51:03 dang Exp $ - -inherit gnome2 multilib python - -DESCRIPTION="Lockdown editor for GNOME" -HOMEPAGE="http://live.gnome.org/Pessulus" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pygtk-2.6.0 - >=dev-python/libgnome-python-2.6.0 - >=dev-python/gconf-python-2.6.0 - >=dev-python/bug-buddy-python-2.22 - >=gnome-base/gconf-2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv "${S}"/py-compile "${S}"/py-compile.orig - ln -s $(type -P true) "${S}"/py-compile -} - -pkg_postinst() { - gnome2_pkg_postinst - - python_need_rebuild - python_mod_optimize $(python_get_sitedir)/Pessulus -} - -pkg_postrm() { - gnome2_pkg_postrm - - python_mod_cleanup $(python_get_sitedir)/Pessulus -} diff --git a/app-admin/sabayon/Manifest b/app-admin/sabayon/Manifest deleted file mode 100644 index 151e7cd8..00000000 --- a/app-admin/sabayon/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST sabayon-2.25.0.tar.bz2 674537 RMD160 b8f45d363bd718999c46ee12ac113b7ff3734f1a SHA1 76bbfaf1d1354a57850618f9e19e18e0e9064e12 SHA256 f5f536055952e5fdead6a548fe3eeebad7b24581ca06993527e182b7d883647f -EBUILD sabayon-2.25.0.ebuild 2354 RMD160 cdc4ee34e5b423af8a74073cf6b70827f0781842 SHA1 3493b501e10afe6f7d5e60e5a0d98fcae1205bbb SHA256 28998c1d7527f8455dec431b519beb9ba9474f55acfe6ef7172d77629a64f261 diff --git a/app-admin/sabayon/sabayon-2.25.0.ebuild b/app-admin/sabayon/sabayon-2.25.0.ebuild deleted file mode 100644 index 05ccce32..00000000 --- a/app-admin/sabayon/sabayon-2.25.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/sabayon-2.22.1.ebuild,v 1.7 2008/11/21 03:36:00 jer Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 eutils python multilib - -DESCRIPTION="Tool to maintain user profiles in a GNOME desktop" -HOMEPAGE="http://www.gnome.org/projects/sabayon/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -# Unfortunately the configure.ac is wildly insufficient, so dependencies have -# to be got from the RPM .spec file... -COMMON_DEPEND="dev-lang/python - >=x11-libs/gtk+-2.6.0 - >=dev-python/pygtk-2.5.3 - >=dev-python/pygobject-2.15 - x11-libs/pango - dev-python/python-ldap - x11-base/xorg-server[-minimal]" - -RDEPEND="${COMMON_DEPEND} - dev-python/pyxdg - dev-libs/libxml2[python] - >=gnome-base/gconf-2.8.1 - dev-python/gconf-python - x11-libs/gksu" - -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40" - -DOCS="AUTHORS ChangeLog ISSUES NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --with-distro=gentoo - --with-prototype-user=${PN}-admin - --enable-console-helper=no" - - einfo "Adding user '${PN}-admin' as the prototype user" - # I think /var/lib/sabayon is the correct directory to use here. - enewgroup ${PN}-admin - enewuser ${PN}-admin -1 -1 "/var/lib/sabayon" "${PN}-admin" - # Should we delete the user/group on unmerge? -} - -src_prepare() { - gnome2_src_prepare - - # Switch gnomesu to gksu; bug #197865 - sed -i 's/Exec=/Exec=gksu /' admin-tool/sabayon.desktop || die "gksu sed failed" - sed -i 's/Exec=/Exec=gksu /' admin-tool/sabayon.desktop.in || die "gksu sed failed" - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -pkg_postinst() { - gnome2_pkg_postinst - - python_mod_optimize $(python_get_sitedir)/sabayon - - # unfortunately /etc/gconf is CONFIG_PROTECT_MASK'd - elog "To apply Sabayon defaults and mandatory settings to all users, put" - elog ' include "$(HOME)/.gconf.path.mandatory"' - elog "in /etc/gconf/2/local-mandatory.path and put" - elog ' include "$(HOME)/.gconf.path.defaults"' - elog "in /etc/gconf/2/local-defaults.path." - elog "You can safely create these files if they do not already exist." -} - -pkg_postrm() { - gnome2_pkg_postrm - - python_mod_cleanup $(python_get_sitedir)/sabayon -} |