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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: dev-db/m17n-db/m17n-db-1.6.2.ebuild
diff --git a/dev-db/m17n-db/m17n-db-1.6.2.ebuild b/dev-db/m17n-db/m17n-db-1.6.2.ebuild
new file mode 100644
index 0000000000000000000000000000000000000000..4218d7380bcf1ca1712dfd9489251c0fb7cf536d
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.6.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.6.2.ebuild,v 1.1 2011/04/04 00:59:04 flameeyes Exp $
+
+EAPI=4
+
+DESCRIPTION="Database for the m17n library"
+HOMEPAGE="http://www.m17n.org/m17n-lib/"
+SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-devel/gettext"
+RDEPEND="virtual/libintl"
+
+src_prepare() {
+ epatch "${FILESDIR}"/do-not-commit-extra-space.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+ docinto FORMATS; dodoc FORMATS/*
+ docinto UNIDATA; dodoc UNIDATA/*
+}
« 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