diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:41:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:48:34 +0200 |
commit | 3917ac404d1ec6c722fdd9268f977c22a791eb0b (patch) | |
tree | cd5192f42f14ca1eadf13964455d393f32d0cf8a /app-i18n/pology | |
parent | sci-astronomy/kstars: Drop 17.08.3 (2.9.5 is newer) (diff) | |
download | gentoo-3917ac404d1ec6c722fdd9268f977c22a791eb0b.tar.gz gentoo-3917ac404d1ec6c722fdd9268f977c22a791eb0b.tar.bz2 gentoo-3917ac404d1ec6c722fdd9268f977c22a791eb0b.zip |
app-i18n/pology: Drop 0.11-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/pology')
-rw-r--r-- | app-i18n/pology/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/pology/pology-0.11-r1.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/app-i18n/pology/Manifest b/app-i18n/pology/Manifest index e5afb636e78a..68944ab8dce2 100644 --- a/app-i18n/pology/Manifest +++ b/app-i18n/pology/Manifest @@ -1,2 +1 @@ -DIST pology-0.11.tar.bz2 2064780 BLAKE2B 9453d8b10414c8f50695322de25207fefff4fc5359fcc5e89d639a9cfa0553aadc2bb9953ec3a64daed6235ef7c0b93663983c8605c56a7f83113ab1566dee89 SHA512 bc0193fd4d61390eb9fc5f0ae8eba87e4ef4a3f82f0c1cb937bc24e54cb304d208b5f57c2310291601600f97635e759e700346198637f8d155746c0baaa02b22 DIST pology-0.12.tar.bz2 1773467 BLAKE2B 7725b6dcb10c0f14533ee31a3d75c78e4fbd12d79ce21017b16d339a880cb73c47c8801e54f5ca0c49d8f364a12179caf6f4100b6eee5b5c47638f61d47a30d0 SHA512 2e23d1dd0c38cc17826908734adf46fb30c30d58f906fc223e2e9251791dad43d02840ae4eca55e04682af574df45a553ccd83faf85a785a1446f645e4222b4f diff --git a/app-i18n/pology/pology-0.11-r1.ebuild b/app-i18n/pology/pology-0.11-r1.ebuild deleted file mode 100644 index 5f9de51f8063..000000000000 --- a/app-i18n/pology/pology-0.11-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-support/pology" -PYTHON_COMPAT=( python2_7 ) - -[[ ${PV} == 9999 ]] && VCS_ECLASS="subversion" - -inherit python-single-r1 cmake-utils bash-completion-r1 ${VCS_ECLASS} -unset VCS_ECLASS - -DESCRIPTION="A framework for custom processing of PO files" -HOMEPAGE="http://pology.nedohodnik.net" -[[ ${PV} == 9999 ]] || SRC_URI="http://pology.nedohodnik.net//release/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 x86" - -IUSE="" - -RDEPEND=" - dev-libs/libxslt - dev-libs/libxml2 - dev-python/dbus-python[${PYTHON_USEDEP}] - sys-devel/gettext - ${PYTHON_DEPS} -" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - app-text/docbook-xml-dtd:4.5 - dev-python/epydoc[${PYTHON_USEDEP}] -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# Magic on python parsing makes it impossible to make it parallel safe -MAKEOPTS+=" -j1" - -src_prepare() { - cmake-utils_src_prepare - python_fix_shebang . -} - -src_install() { - cmake-utils_src_install - - dosym ../../../pology/syntax/kate/synder.xml /usr/share/apps/katepart/syntax/synder.xml - - newbashcomp "${ED}"/usr/share/pology/completion/bash/pology posieve - bashcomp_alias {posieve,poediff}{,.py} - - einfo "You should also consider following packages to install:" - einfo " app-text/aspell" - einfo " app-text/hunspell" - einfo " dev-vcs/git" - einfo " dev-vcs/subversion" - einfo " sci-misc/apertium" -} |