summaryrefslogtreecommitdiff
path: root/app-office
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:58:25 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:58:25 +0100
commit2d64332fafad25874c61a7f71a24edbb18d938cc (patch)
tree6e081f09d2187a69a47cedc93e7b83c7721cf6cb /app-office
parentecc375b1be97db5d923e78325bd86581d5527238 (diff)
downloadbrancik-overlay-2d64332fafad25874c61a7f71a24edbb18d938cc.tar.gz
brancik-overlay-2d64332fafad25874c61a7f71a24edbb18d938cc.tar.bz2
Various changes to make repoman happy
Diffstat (limited to 'app-office')
-rw-r--r--app-office/portablesigner/metadata.xml3
-rw-r--r--app-office/portablesigner/portablesigner-2.0.ebuild4
-rw-r--r--app-office/zfo-editor/metadata.xml3
-rw-r--r--app-office/zfo-editor/zfo-editor-0.3.2.ebuild10
4 files changed, 10 insertions, 10 deletions
diff --git a/app-office/portablesigner/metadata.xml b/app-office/portablesigner/metadata.xml
index 7700bb4..467507d 100644
--- a/app-office/portablesigner/metadata.xml
+++ b/app-office/portablesigner/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>ctibor@brancik.cz</email>
<name>Ctibor Brančík</name>
</maintainer>
@@ -14,4 +14,5 @@
<doc lang="en">http://portablesigner.sourceforge.net/</doc>
<remote-id type="sourceforge">portablesigner</remote-id>
<remote-id type="github">pflaeging/PortableSigner2</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-office/portablesigner/portablesigner-2.0.ebuild b/app-office/portablesigner/portablesigner-2.0.ebuild
index c0e3f41..66c7bb5 100644
--- a/app-office/portablesigner/portablesigner-2.0.ebuild
+++ b/app-office/portablesigner/portablesigner-2.0.ebuild
@@ -14,7 +14,7 @@ inherit eutils java-utils-2
HOMEPAGE="http://portablesigner.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/PortableSigner-Generic-${PKGVER}.zip"
-LICENSE="EUPL"
+LICENSE="EUPL-1.1"
KEYWORDS="~amd64 ~x86"
RDEPEND="virtual/jre:1.7"
@@ -39,5 +39,3 @@ src_install() {
doins linux/portablesigner.desktop
dosym /opt/PortableSigner/bin/PortableSigner /opt/bin/PortableSigner
}
-
-
diff --git a/app-office/zfo-editor/metadata.xml b/app-office/zfo-editor/metadata.xml
index e71755e..ed5c917 100644
--- a/app-office/zfo-editor/metadata.xml
+++ b/app-office/zfo-editor/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>ctibor@brancik.cz</email>
<name>Ctibor Brančík</name>
</maintainer>
@@ -12,4 +12,5 @@
</maintainer>
<changelog>https://labs.nic.cz/cs/zfo-editor.html</changelog>
<doc lang="en">https://labs.nic.cz/cs/zfo-editor.html</doc>
+ </upstream>
</pkgmetadata>
diff --git a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild
index f14fcb1..455c0c5 100644
--- a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild
+++ b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( "python2_7" )
-DESCRIPTION="ZFO editor allows working with ZFO forms on systems which are not officially or at all supported by SW602 602XML Filler."
+DESCRIPTION="ZFO editor allows working with ZFO forms files."
SLOT=0
@@ -19,12 +19,12 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
RDEPEND="${PYTHON_DEPS}
- dev-python/pywebkitgtk[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]"
+ dev-python/pywebkitgtk[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}