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

Side by Side Diff: dev-db/m17n-db/m17n-db-1.6.2.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
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-db/m17n-db-1.6.2.ebuild,v 1.1 201 1/04/04 00:59:04 flameeyes Exp $
4
5 EAPI=4
6
7 DESCRIPTION="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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
14 IUSE=""
15
16 DEPEND="sys-devel/gettext"
17 RDEPEND="virtual/libintl"
18
19 src_prepare() {
20 epatch "${FILESDIR}"/do-not-commit-extra-space.patch
21 }
22
23 src_install() {
24 emake DESTDIR="${D}" install || die
25
26 dodoc AUTHORS ChangeLog NEWS README
27 docinto FORMATS; dodoc FORMATS/*
28 docinto UNIDATA; dodoc UNIDATA/*
29 }
OLDNEW
« no previous file with comments | « dev-db/m17n-db/files/do-not-commit-extra-space.patch ('k') | dev-libs/m17n-lib/files/m17n-lib-1.6.2-candidates-list.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698