public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/maksbotan:master commit in: app-i18n/poedit/
@ 2014-08-28 10:28 Maxim Koltsov
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov @ 2014-08-28 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e49cd6c2329f51807ea8a598bff24053f0601164
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 10:27:04 2014 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 10:27:04 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=e49cd6c2

Add app-i18n/poedit-1.6.8

Package-Manager: portage-2.2.12
RepoMan-Options: --force
Manifest-Sign-Key: F8DBDADE

---
 app-i18n/poedit/Manifest            | 16 +++++++++++++
 app-i18n/poedit/poedit-1.6.8.ebuild | 47 +++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
new file mode 100644
index 0000000..964ee65
--- /dev/null
+++ b/app-i18n/poedit/Manifest
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST poedit-1.6.8.tar.gz 2391981 SHA256 fe3d6b55d77ce9c307812d021a9093ea61f5b3f1614f36ebaf7fc6a43366badf SHA512 6d3bd8cd5308f07bb12c79578bae661408459718680f6d7c1589e9e2fe2a14b201876876054dcc85a6b942cc2494bbc0f25db6db56484111c9a73a1c5eb58def WHIRLPOOL f57eff4db1b7fdd842017ae8647d86bf682139f957fdb8f95f62f368ec07bc4bb661da6bee4e6b67075304a8a06bfa77382ab4392c088d3b2f27e00d7204cd53
+EBUILD poedit-1.6.8.ebuild 1032 SHA256 06e0c815f6c6e312978e0da67da902bc729cb5b6e61aa37b61061fe177788de9 SHA512 759705ea07df380e9a27ab90c6946702554063867b71dd7a1efe698b50440d6a39508ed22df50019770dbfb689fb1f56d872c5ba18f0719cd110c735684e846e WHIRLPOOL 62cf875a829a3abe53ff96d2c0c973fd030e8789acdf6cd31766f17f37d6be89237fd3d5d6ca9a70acddbbc9e71cfe491ec98a77b9184bcfa760f451c7f8df67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJT/wP4AAoJEAmJmMX429reZ88H/ikJotG87zNmL48GV4UilvQE
+w79DkDKIUzeXR3epHKLpSczggcBEW0kHQCWwvX2HNtKFZ9KYrjoeVyiv2vLPozGM
+XeKy8IPIaucFqMSqH3wQn1vtrnZq0avH3tO5Triko5gTGn7WgYee7MvWDQ96h8TB
+t+CYrLOs+QJI0pYUpv2zWTb4p3tqhFWUGpMfKP2lLacmBrZ+zpfUYFfIMe+NvIJ3
+Rwx0Ds4MIJWTrsqg6ixZd4TTWBg3hMYSVHiNrRmombZpotlQFXu3SZ6Uli1ZUEhK
+aMBE3Pxyu02in5/Vx8hb4OLSkTtEuIoXhifnNJ55y2WwcIHmDu2j+VvhPk5n4Rs=
+=XYhn
+-----END PGP SIGNATURE-----

diff --git a/app-i18n/poedit/poedit-1.6.8.ebuild b/app-i18n/poedit/poedit-1.6.8.ebuild
new file mode 100644
index 0000000..e8b895a
--- /dev/null
+++ b/app-i18n/poedit/poedit-1.6.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.8 2014/08/10 17:51:57 slyfox Exp $
+
+EAPI=5
+WX_GTK_VER=3.0
+
+inherit eutils fdo-mime flag-o-matic wxwidgets
+
+DESCRIPTION="Cross-platform gettext catalogs (.po files) editor"
+HOMEPAGE="http://poedit.net/"
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz"
+
+LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
+SLOT="0"
+KEYWORDS="~amd64" 
+IUSE="spell"
+
+RDEPEND="
+	dev-libs/boost
+	>=sys-libs/db-4.7[cxx]
+	x11-libs/wxGTK:3.0[X]
+	dev-libs/expat
+	dev-libs/icu
+	dev-cpp/luceneplusplus
+	spell? ( app-text/gtkspell:2 )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	append-flags -fno-strict-aliasing
+	econf $(use_enable spell spellchecking)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS NEWS README TODO
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-28 10:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 10:28 [gentoo-commits] dev/maksbotan:master commit in: app-i18n/poedit/ Maxim Koltsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox