Parent Directory
|
Revision Log
Migrate to git-2 eclass for the live ebuild (Portage version: 2.1.10.3/cvs/Linux i686)
| 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-9999.ebuild,v 1.1 2011/08/30 10:32:51 psomas Exp $ |
| 4 | |
| 5 | EAPI="4" |
| 6 | |
| 7 | inherit git-2 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="" |
| 12 | EGIT_REPO_URI="git://github.com/psomas/ketchup.git" |
| 13 | EGIT_MASTER="experimental" |
| 14 | |
| 15 | LICENSE="GPL-2" |
| 16 | SLOT="0" |
| 17 | KEYWORDS="" |
| 18 | IUSE="" |
| 19 | |
| 20 | DEPEND="" |
| 21 | RDEPEND="${DEPEND}" |
| 22 | |
| 23 | src_install() { |
| 24 | dobin "${PN}" |
| 25 | |
| 26 | insinto "/etc" |
| 27 | doins "${PN}rc" |
| 28 | |
| 29 | doman "${PN}.1" |
| 30 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |