diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-15 13:18:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-15 13:18:36 +0000 |
commit | 14b9d70515a299c2b4fbd191dc185bb8ac0f1f2c (patch) | |
tree | 7131ca311f20a9e98275eac9eea226a321f7e9d3 /app-laptop | |
parent | Add unit file (#497756 by David Heidelberger (okias)) (diff) | |
download | gentoo-2-14b9d70515a299c2b4fbd191dc185bb8ac0f1f2c.tar.gz gentoo-2-14b9d70515a299c2b4fbd191dc185bb8ac0f1f2c.tar.bz2 gentoo-2-14b9d70515a299c2b4fbd191dc185bb8ac0f1f2c.zip |
x86/amd64 stable (#500084), drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/i8kutils/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.33-r1.ebuild | 4 | ||||
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.33.ebuild | 54 |
3 files changed, 7 insertions, 57 deletions
diff --git a/app-laptop/i8kutils/ChangeLog b/app-laptop/i8kutils/ChangeLog index d23d0c0f7caf..c704c9fee8e8 100644 --- a/app-laptop/i8kutils/ChangeLog +++ b/app-laptop/i8kutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/i8kutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.23 2014/01/06 13:56:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.24 2014/02/15 13:18:36 pacho Exp $ + + 15 Feb 2014; Pacho Ramos <pacho@gentoo.org> -i8kutils-1.33.ebuild, + i8kutils-1.33-r1.ebuild: + x86/amd64 stable (#500084), drop old *i8kutils-1.33-r1 (06 Jan 2014) diff --git a/app-laptop/i8kutils/i8kutils-1.33-r1.ebuild b/app-laptop/i8kutils/i8kutils-1.33-r1.ebuild index 3bbbe638d7cb..845fe849370c 100644 --- a/app-laptop/i8kutils/i8kutils-1.33-r1.ebuild +++ b/app-laptop/i8kutils/i8kutils-1.33-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.33-r1.ebuild,v 1.1 2014/01/06 13:56:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.33-r1.ebuild,v 1.2 2014/02/15 13:18:36 pacho Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/i/${PN}/${P/-/_}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="examples tk" DEPEND="tk? ( dev-lang/tk )" diff --git a/app-laptop/i8kutils/i8kutils-1.33.ebuild b/app-laptop/i8kutils/i8kutils-1.33.ebuild deleted file mode 100644 index fddce7f6c877..000000000000 --- a/app-laptop/i8kutils/i8kutils-1.33.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.33.ebuild,v 1.3 2012/08/21 11:06:31 johu Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Dell Inspiron and Latitude utilities" -HOMEPAGE="http://packages.debian.org/sid/i8kutils" -SRC_URI="mirror://debian/pool/main/i/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="examples tk" - -DEPEND="tk? ( dev-lang/tk )" -RDEPEND="${DEPEND}" - -DOCS=( README.i8kutils ) - -src_prepare() { - sed \ - -e '/^CC/d' \ - -e '/^CFLAGS/d' \ - -e 's: -g : $(LDFLAGS) :g' \ - -i Makefile || die - - tc-export CC -} - -src_install() { - dobin i8kbuttons i8kctl - doman i8kbuttons.1 i8kctl.1 - dosym /usr/bin/i8kctl /usr/bin/i8kfan - - use examples && dodoc -r examples - - newinitd "${FILESDIR}"/i8k.init-r1 i8k - newconfd "${FILESDIR}"/i8k.conf i8k - - if use tk; then - dobin i8kmon - doman i8kmon.1 - dodoc i8kmon.conf - else - cat >> "${ED}"/etc/conf.d/i8k <<- EOF - # i8kmon disabled because the package was installed without USE=tk - NOMON=1 - EOF - fi - -} |