diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-19 12:57:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-19 12:57:09 +0000 |
commit | f2dbe175f6672ffb567bb1c3332e951202272aba (patch) | |
tree | 4ab55ee4baa3ef2cfb6c57818f21745d272194ba /app-misc | |
parent | old (diff) | |
download | gentoo-2-f2dbe175f6672ffb567bb1c3332e951202272aba.tar.gz gentoo-2-f2dbe175f6672ffb567bb1c3332e951202272aba.tar.bz2 gentoo-2-f2dbe175f6672ffb567bb1c3332e951202272aba.zip |
Move to stable. punt old
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/hal-info/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/hal-info/hal-info-20090716.ebuild | 29 | ||||
-rw-r--r-- | app-misc/hal-info/hal-info-20091130.ebuild | 15 |
3 files changed, 9 insertions, 42 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog index 4f1f3d8cea82..baf067299d7d 100644 --- a/app-misc/hal-info/ChangeLog +++ b/app-misc/hal-info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/hal-info -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.83 2010/02/15 19:33:53 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.84 2011/03/19 12:57:09 ssuominen Exp $ + + 19 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> hal-info-20091130.ebuild: + Move to stable. 15 Feb 2010; Raúl Porcel <armin76@gentoo.org> hal-info-20090716.ebuild: sh stable wrt #287411 diff --git a/app-misc/hal-info/hal-info-20090716.ebuild b/app-misc/hal-info/hal-info-20090716.ebuild deleted file mode 100644 index b9480541e943..000000000000 --- a/app-misc/hal-info/hal-info-20090716.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20090716.ebuild,v 1.11 2010/02/15 19:33:53 armin76 Exp $ - -inherit eutils - -DESCRIPTION="The fdi scripts that HAL uses" -HOMEPAGE="http://hal.freedesktop.org/" -SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=sys-apps/hal-0.5.10" -DEPEND="${RDEPEND}" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -src_compile() { - econf - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed." -} diff --git a/app-misc/hal-info/hal-info-20091130.ebuild b/app-misc/hal-info/hal-info-20091130.ebuild index d68c3bcbfb9a..b8c47ab85d71 100644 --- a/app-misc/hal-info/hal-info-20091130.ebuild +++ b/app-misc/hal-info/hal-info-20091130.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20091130.ebuild,v 1.2 2010/01/24 23:55:11 eva Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20091130.ebuild,v 1.3 2011/03/19 12:57:09 ssuominen Exp $ DESCRIPTION="The fdi scripts that HAL uses" HOMEPAGE="http://hal.freedesktop.org/" @@ -10,7 +8,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=sys-apps/hal-0.5.10" @@ -19,11 +17,6 @@ DEPEND="${RDEPEND}" # This ebuild does not install any binaries RESTRICT="binchecks strip" -src_compile() { - econf - emake || die "emake failed" -} - src_install() { - emake DESTDIR="${D}" install || die "install failed." + emake DESTDIR="${D}" install || die } |