diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:06:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:06:55 +0000 |
commit | 53cd2775a0e033960e64cf7c578a807a4fe35cd6 (patch) | |
tree | 699a3bc1db3e75bfebc52de70aa91d79450ce8ba /app-misc | |
parent | Remove old (diff) | |
download | gentoo-2-53cd2775a0e033960e64cf7c578a807a4fe35cd6.tar.gz gentoo-2-53cd2775a0e033960e64cf7c578a807a4fe35cd6.tar.bz2 gentoo-2-53cd2775a0e033960e64cf7c578a807a4fe35cd6.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/bottlerocket/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/bottlerocket/bottlerocket-0.04c.ebuild | 32 |
2 files changed, 5 insertions, 34 deletions
diff --git a/app-misc/bottlerocket/ChangeLog b/app-misc/bottlerocket/ChangeLog index 06e03088e140..3e1bd229d7ce 100644 --- a/app-misc/bottlerocket/ChangeLog +++ b/app-misc/bottlerocket/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/bottlerocket -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/bottlerocket/ChangeLog,v 1.13 2011/11/28 11:48:02 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/bottlerocket/ChangeLog,v 1.14 2012/05/10 15:06:55 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -bottlerocket-0.04c.ebuild: + Remove old 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> bottlerocket-0.04c-r1.ebuild: diff --git a/app-misc/bottlerocket/bottlerocket-0.04c.ebuild b/app-misc/bottlerocket/bottlerocket-0.04c.ebuild deleted file mode 100644 index 57c9c2acc39c..000000000000 --- a/app-misc/bottlerocket/bottlerocket-0.04c.ebuild +++ /dev/null @@ -1,32 +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/bottlerocket/bottlerocket-0.04c.ebuild,v 1.11 2010/06/10 14:55:18 patrick Exp $ - -inherit toolchain-funcs - -DESCRIPTION="CLI interface to the X-10 Firecracker Kit" -HOMEPAGE="http://www.linuxha.com/bottlerocket/" -SRC_URI="http://www.linuxha.com/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" - -src_compile() { - econf --with-x10port=/dev/firecracker - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - einstall || die 'einstall failed' - dodoc README -} - -pkg_postinst() { - elog - elog "Be sure to create a /dev/firecracker symlink to the" - elog "serial port that has the Firecracker serial interface" - elog "installed on it." - elog -} |