Parent Directory
|
Revision Log
Version bump, and cleanup (Portage version: 2.1.10.3/cvs/Linux i686)
| 1 | psomas | 1.1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-1.1_beta2-r1.ebuild,v 1.1 2011/07/24 15:53:32 psomas Exp $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | inherit eutils | ||
| 8 | |||
| 9 | DESCRIPTION="Tool for updating or switching between versions of the Linux kernel source" | ||
| 10 | HOMEPAGE="http://github.com/psomas/ketchup" | ||
| 11 | SRC_URI="http://dev.gentoo.org/~psomas/${PF}.tar.gz" | ||
| 12 | |||
| 13 | LICENSE="GPL-2" | ||
| 14 | SLOT="0" | ||
| 15 | KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
| 16 | IUSE="" | ||
| 17 | |||
| 18 | src_install() { | ||
| 19 | dobin "${PN}" | ||
| 20 | |||
| 21 | insinto "/etc" | ||
| 22 | doins "${PN}rc" | ||
| 23 | |||
| 24 | doman "${PN}.1" | ||
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |