Parent Directory
|
Revision Log
Version bump. Drop old. (Portage version: 2.1.10.44/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI="4" |
| 6 | |
| 7 | inherit autotools eutils |
| 8 | |
| 9 | DESCRIPTION="Use your favorite text editor to rename files" |
| 10 | HOMEPAGE="http://www.nongnu.org/renameutils/" |
| 11 | SRC_URI="http://savannah.nongnu.org/download/renameutils/${P}.tar.gz" |
| 12 | LICENSE="GPL-3" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~ppc ~x86" |
| 15 | IUSE="nls" |
| 16 | |
| 17 | DEPEND=">=sys-libs/readline-5.0-r2" |
| 18 | RDEPEND="${DEPEND}" |
| 19 | |
| 20 | src_prepare() { |
| 21 | epatch "${FILESDIR}/${PN}-0.9.0-destdir.patch" |
| 22 | eautoreconf |
| 23 | } |
| 24 | |
| 25 | src_configure() { |
| 26 | econf $(use_enable nls) |
| 27 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |