diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-10-14 02:03:19 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-10-14 02:03:19 +0000 |
commit | cdfb698705b2b6f0d3f7431d5c87eb52627a6faa (patch) | |
tree | 425a7574831c78ef6629f1e97209c0f1a97ad080 /sys-apps/cobalt-panel-utils | |
parent | (non maintainer commit) pull bin86 out of RDEPEND on app-admin/mbr, since it ... (diff) | |
download | gentoo-2-cdfb698705b2b6f0d3f7431d5c87eb52627a6faa.tar.gz gentoo-2-cdfb698705b2b6f0d3f7431d5c87eb52627a6faa.tar.bz2 gentoo-2-cdfb698705b2b6f0d3f7431d5c87eb52627a6faa.zip |
(non maintainer commit) remove old. QA cleanup. move autoconf out of RDEPEND for sys-apps/cobalt-panel-utils, bug #221561
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'sys-apps/cobalt-panel-utils')
4 files changed, 22 insertions, 42 deletions
diff --git a/sys-apps/cobalt-panel-utils/ChangeLog b/sys-apps/cobalt-panel-utils/ChangeLog index 66ddbff2e379..377a42bb12b8 100644 --- a/sys-apps/cobalt-panel-utils/ChangeLog +++ b/sys-apps/cobalt-panel-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/cobalt-panel-utils -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/ChangeLog,v 1.6 2007/03/19 00:01:16 kloeri Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/ChangeLog,v 1.7 2008/10/14 02:03:19 darkside Exp $ + + 14 Oct 2008; Jeremy Olexa <darkside@gentoo.org> + -cobalt-panel-utils-1.0.0.ebuild, cobalt-panel-utils-1.0.1.ebuild, + cobalt-panel-utils-1.0.2.ebuild: + (non maintainer commit) remove old. QA cleanup. move autoconf out of RDEPEND + for sys-apps/cobalt-panel-utils, bug #221561 18 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove plasmaroo from metadata.xml due to retirement. diff --git a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.0.ebuild b/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.0.ebuild deleted file mode 100644 index 1c150e41b87f..000000000000 --- a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.0.ebuild,v 1.1 2005/05/01 18:56:31 plasmaroo Exp $ - -inherit eutils - -DESCRIPTION="LCD and LED panel utilities for the Sun Cobalts" -HOMEPAGE="http://gentoo.404ster.com/" -SRC_URI="ftp://www.404ster.com/pub/gentoo-stuff/ebuilds/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="sys-devel/gettext - sys-devel/autoconf" - -src_compile() { - emake || die -} - -src_install() { - into / - dosbin ${S}/lcd-flash ${S}/lcd-getip ${S}/lcd-swrite ${S}/lcd-write ${S}/lcd-yesno \ - ${S}/iflink ${S}/iflinkstatus ${S}/readbutton - - dodoc doc/README* doc/CREDITS - doman doc/man/*.1 -} diff --git a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.1.ebuild b/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.1.ebuild index c40bca2deb73..f059dca2e366 100644 --- a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.1.ebuild +++ b/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.1.ebuild,v 1.1 2005/05/14 23:10:12 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.1.ebuild,v 1.2 2008/10/14 02:03:19 darkside Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="sys-devel/gettext +RDEPEND="sys-devel/gettext" +DEPEND="${RDEPEND} sys-devel/autoconf" src_compile() { @@ -22,8 +23,9 @@ src_compile() { src_install() { into / - dosbin ${S}/lcd-flash ${S}/lcd-getip ${S}/lcd-swrite ${S}/lcd-write ${S}/lcd-yesno \ - ${S}/lcd-setcursor ${S}/iflink ${S}/iflinkstatus ${S}/readbutton + dosbin "${S}"/lcd-flash "${S}"/lcd-getip "${S}"/lcd-swrite \ + "${S}"/lcd-write "${S}"/lcd-yesno "${S}"/lcd-setcursor "${S}"/iflink \ + "${S}"/iflinkstatus "${S}"/readbutton || die "dosbin failed" dodoc doc/README* doc/CREDITS doman doc/man/*.1 diff --git a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild b/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild index 03c33d24b7fa..1b7e3d296afc 100644 --- a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild +++ b/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild,v 1.3 2005/10/07 18:34:55 jeffw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild,v 1.4 2008/10/14 02:03:19 darkside Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~mips x86" IUSE="static" -DEPEND="sys-devel/gettext +RDEPEND="sys-devel/gettext" +DEPEND="${DEPEND} sys-devel/autoconf" src_compile() { @@ -26,8 +27,9 @@ src_compile() { src_install() { into / - dosbin ${S}/lcd-flash ${S}/lcd-getip ${S}/lcd-swrite ${S}/lcd-write ${S}/lcd-yesno \ - ${S}/lcd-setcursor ${S}/iflink ${S}/iflinkstatus ${S}/readbutton + dosbin "${S}"/lcd-flash "${S}"/lcd-getip "${S}"/lcd-swrite \ + "${S}"/lcd-write "${S}"/lcd-yesno "${S}"/lcd-setcursor "${S}"/iflink + "${S}"/iflinkstatus "${S}"/readbutton || die "dosbin failed" dodoc doc/README* doc/CREDITS doman doc/man/*.1 |