diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:13:22 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:13:22 +0000 |
commit | a9fce7dbd9e0985a87eafb19ed1e3c4929da3a06 (patch) | |
tree | 50175f33ec104058d1abb69ec22574d366227702 /app-admin | |
parent | Upstream snapshot, Emacs 22.2 pretest. (diff) | |
download | gentoo-2-a9fce7dbd9e0985a87eafb19ed1e3c4929da3a06.tar.gz gentoo-2-a9fce7dbd9e0985a87eafb19ed1e3c4929da3a06.tar.bz2 gentoo-2-a9fce7dbd9e0985a87eafb19ed1e3c4929da3a06.zip |
Clean up.
(Portage version: 2.1.4)
Diffstat (limited to 'app-admin')
5 files changed, 6 insertions, 106 deletions
diff --git a/app-admin/system-config-date/ChangeLog b/app-admin/system-config-date/ChangeLog index 7c2a40288f6a..c0525a0083b5 100644 --- a/app-admin/system-config-date/ChangeLog +++ b/app-admin/system-config-date/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-date -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/ChangeLog,v 1.5 2007/10/15 09:20:39 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/ChangeLog,v 1.6 2008/01/31 06:13:21 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -system-config-date-1.8.5.ebuild, -system-config-date-1.8.11.ebuild: + Clean up. 15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; system-config-date-1.8.5.ebuild, system-config-date-1.8.11.ebuild, diff --git a/app-admin/system-config-date/files/digest-system-config-date-1.8.11 b/app-admin/system-config-date/files/digest-system-config-date-1.8.11 deleted file mode 100644 index f877a7ad8e81..000000000000 --- a/app-admin/system-config-date/files/digest-system-config-date-1.8.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 53250e700f5f877979558f366e0b3319 system-config-date-1.8.11-1.fc7.src.rpm 647964 -RMD160 f88e1784e6df5cce0352bef91dd99b794531dfa3 system-config-date-1.8.11-1.fc7.src.rpm 647964 -SHA256 c3d7c492eb0cbd11528d64b7d16a7f33ec71b4449c1e43c77280da8e371ffc89 system-config-date-1.8.11-1.fc7.src.rpm 647964 diff --git a/app-admin/system-config-date/files/digest-system-config-date-1.8.5 b/app-admin/system-config-date/files/digest-system-config-date-1.8.5 deleted file mode 100644 index 3b0750628cd3..000000000000 --- a/app-admin/system-config-date/files/digest-system-config-date-1.8.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 dde216d83e6589c7381ee02161290848 system-config-date-1.8.5-1.src.rpm 592767 -RMD160 302c14af813cd7a62a1c1027ce29722646ee921d system-config-date-1.8.5-1.src.rpm 592767 -SHA256 4386526d059b8dda05377423a9d81e746a95d203511c7c2a4c257664621e9468 system-config-date-1.8.5-1.src.rpm 592767 diff --git a/app-admin/system-config-date/system-config-date-1.8.11.ebuild b/app-admin/system-config-date/system-config-date-1.8.11.ebuild deleted file mode 100644 index fb0dd1356e66..000000000000 --- a/app-admin/system-config-date/system-config-date-1.8.11.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/system-config-date-1.8.11.ebuild,v 1.2 2007/10/15 09:20:39 dberkholz Exp $ - -inherit python eutils rpm - -# Tag for which Fedora Core version it's from -FCVER="7" -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1" - -DESCRIPTION="A graphical interface for modifying system date and time" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/date" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-lang/python - net-misc/ntp - =dev-python/pygtk-2* - =dev-python/gnome-python-2* - sys-apps/usermode - dev-python/rhpl - dev-libs/newt - www-client/htmlview - x11-themes/hicolor-icon-theme" -# app-admin/anaconda -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/1.8.5-gentooify.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - fperms 644 /etc/pam.d/{system-config-date,system-config-time,dateconfig} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/app-admin/system-config-date/system-config-date-1.8.5.ebuild b/app-admin/system-config-date/system-config-date-1.8.5.ebuild deleted file mode 100644 index 0ba8a1d49853..000000000000 --- a/app-admin/system-config-date/system-config-date-1.8.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/system-config-date-1.8.5.ebuild,v 1.3 2007/10/15 09:20:39 dberkholz Exp $ - -inherit python eutils rpm - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1" - -DESCRIPTION="A graphical interface for modifying system date and time" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/date" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-lang/python - net-misc/ntp - =dev-python/pygtk-2* - =dev-python/gnome-python-2* - sys-apps/usermode - dev-python/rhpl - dev-libs/newt - www-client/htmlview - x11-themes/hicolor-icon-theme" -# app-admin/anaconda -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PV}-gentooify.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - fperms 644 /etc/pam.d/{system-config-date,system-config-time,dateconfig} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |