diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:14:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:25:03 +0100 |
commit | 576fc933c81aa6e526d87290af95e8e898e70ecb (patch) | |
tree | 73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/poxml | |
parent | dev-haskell/stack-bin: bump up to 1.6.1 (diff) | |
download | gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2 gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip |
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r-- | kde-apps/poxml/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/poxml/poxml-17.12.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 81f13e2929b9..1ebd9015529b 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1 +1,2 @@ DIST poxml-17.08.3.tar.xz 43032 BLAKE2B cc19cab7028e2e3a5f09f45a233164688f99e72e71be55d8da2639530a9528af6a459978009ef84777ad5e844ac1f887639d454f39a9bc1a5ac95dc3d23dcc07 SHA512 da3eb9910c7d8f7febff12a00001a66e1f82035fc05bef88551abff2d0b6d7d4050155189a5fd8c99c8db259306cca55244fea58d36ce167d0bcfd06ad4c49aa +DIST poxml-17.12.0.tar.xz 43012 BLAKE2B a587c81c583bdbddd2b3629390eb5b42260a79e32fc5f83f13e843cd210544181d1b2c22fc2a861e385c3cce514baa859c2f9b7f71bab1f48b9bc3168639ffd8 SHA512 61c77ac793120f1e94c6c46552d6b020539e39ad2a6c991ac5854e0853137d8aa18bf618cb941277bfa1ce11c8e8c389b83d5fffdabafe5469c4c70e37589494 diff --git a/kde-apps/poxml/poxml-17.12.0.ebuild b/kde-apps/poxml/poxml-17.12.0.ebuild new file mode 100644 index 000000000000..b35a42b8546d --- /dev/null +++ b/kde-apps/poxml/poxml-17.12.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtxml) + sys-devel/gettext +" +RDEPEND="${DEPEND}" |