Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Side by Side Diff: dev-db/m17n-contrib/m17n-contrib-1.1.12.ebuild

Issue 6717026: Update m17n packages from Gentoo's main tree. (Closed) Base URL: http://git.chromium.org/git/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | dev-db/m17n-db/files/do-not-commit-extra-space.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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-db/m17n-contrib/m17n-contrib-1.1.12.ebuil d,v 1.1 2011/04/04 01:12:21 flameeyes Exp $
4
5 EAPI=4
6
7 DESCRIPTION="Contribution database for the m17n library"
8 HOMEPAGE="http://www.m17n.org/m17n-lib/"
9 SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
10
11 LICENSE="LGPL-2.1"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND=""
17 RDEPEND="dev-db/m17n-db"
18
19 src_configure() {
20 # force the script not to test for m17n presence, trust Portage
21 # dependency handling.
22 export HAVE_M17N_DB=yes
23
24 econf
25 }
26
27 src_install() {
28 emake DESTDIR="${D}" install || die
29
30 dodoc AUTHORS ChangeLog NEWS README
31 }
OLDNEW
« no previous file with comments | « no previous file | dev-db/m17n-db/files/do-not-commit-extra-space.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698