summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-07-28 17:20:50 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-07-28 17:20:50 +0200
commit85c3a5963998695d77ef246ad36ce427e3bba58e (patch)
treef741167f9c907b3d03df3bd1ef727564b0d00272
parent23cc2503b31f69e5209462106d6144769d4b2e21 (diff)
downloadbrancik-overlay-85c3a5963998695d77ef246ad36ce427e3bba58e.tar.gz
brancik-overlay-85c3a5963998695d77ef246ad36ce427e3bba58e.tar.bz2
Various fixes and typos
-rw-r--r--acct-user/indiserver/indiserver-0.ebuild1
-rw-r--r--app-crypt/acsccid/acsccid-1.1.7.ebuild5
-rw-r--r--app-crypt/acsccid/metadata.xml34
-rw-r--r--app-misc/bulbcalculator/bulbcalculator-3.1.0.ebuild3
-rw-r--r--app-misc/bulbcalculator/bulbcalculator-9999.ebuild3
-rw-r--r--dev-libs/wiringPi/wiringPi-2.44-r7.ebuild9
-rw-r--r--media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild6
-rw-r--r--media-video/libam7xxx/libam7xxx-9999.ebuild7
-rw-r--r--net-wireless/limesuite/limesuite-9999.ebuild6
-rw-r--r--sci-astronomy/siril/siril-9999.ebuild5
10 files changed, 36 insertions, 43 deletions
diff --git a/acct-user/indiserver/indiserver-0.ebuild b/acct-user/indiserver/indiserver-0.ebuild
index b1e6221..2e3c4e5 100644
--- a/acct-user/indiserver/indiserver-0.ebuild
+++ b/acct-user/indiserver/indiserver-0.ebuild
@@ -11,4 +11,3 @@ ACCT_USER_GROUPS=( usb uucp video indiserver )
ACCT_USER_ID="-1"
acct-user_add_deps
-
diff --git a/app-crypt/acsccid/acsccid-1.1.7.ebuild b/app-crypt/acsccid/acsccid-1.1.7.ebuild
index 61fe7af..3334085 100644
--- a/app-crypt/acsccid/acsccid-1.1.7.ebuild
+++ b/app-crypt/acsccid/acsccid-1.1.7.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=7
@@ -14,7 +13,7 @@ LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
DEPEND="sys-apps/pcsc-lite \
virtual/libusb:0
diff --git a/app-crypt/acsccid/metadata.xml b/app-crypt/acsccid/metadata.xml
index 8c5d89f..202afdf 100644
--- a/app-crypt/acsccid/metadata.xml
+++ b/app-crypt/acsccid/metadata.xml
@@ -1,21 +1,21 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>ctibor@brancik.cz</email>
- <name>Ctibor Brančík</name>
- </maintainer>
- <longdescription>
- acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd). acsccid is based on ccid. See CCID free software driver for more information.
- </longdescription>
- <upstream>
- <maintainer status="active">
- <email>info@acs.com.hk</email>
- <name>Advanced Card Systems Ltd.</name>
- </maintainer>
- <doc lang="en">http://acsccid.sourceforge.net/</doc>
- <changelog>http://sourceforge.net/p/acsccid/news/?source=navbar</changelog>
- <bugs-to>mailto:info@acs.com.hk</bugs-to>
- <remote-id type="sourceforge">acsccid</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>ctibor@brancik.cz</email>
+ <name>Ctibor Brančík</name>
+ </maintainer>
+ <longdescription>
+ acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd). acsccid is based on ccid. See CCID free software driver for more information.
+ </longdescription>
+ <upstream>
+ <maintainer status="active">
+ <email>info@acs.com.hk</email>
+ <name>Advanced Card Systems Ltd.</name>
+ </maintainer>
+ <doc lang="en">http://acsccid.sourceforge.net/</doc>
+ <changelog>http://sourceforge.net/p/acsccid/news/?source=navbar</changelog>
+ <bugs-to>mailto:info@acs.com.hk</bugs-to>
+ <remote-id type="sourceforge">acsccid</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-misc/bulbcalculator/bulbcalculator-3.1.0.ebuild b/app-misc/bulbcalculator/bulbcalculator-3.1.0.ebuild
index c6bd4a5..0e1ffde 100644
--- a/app-misc/bulbcalculator/bulbcalculator-3.1.0.ebuild
+++ b/app-misc/bulbcalculator/bulbcalculator-3.1.0.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=7
diff --git a/app-misc/bulbcalculator/bulbcalculator-9999.ebuild b/app-misc/bulbcalculator/bulbcalculator-9999.ebuild
index 544c961..12f6cef 100644
--- a/app-misc/bulbcalculator/bulbcalculator-9999.ebuild
+++ b/app-misc/bulbcalculator/bulbcalculator-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=7
diff --git a/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild b/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild
index 074cc6b..d087b25 100644
--- a/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild
+++ b/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild
@@ -1,6 +1,5 @@
-# Copyright (c) 2017 sakaki <sakaki@deciban.com>
-# License: GPL v3+
-# NO WARRANTY
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit flag-o-matic toolchain-funcs git-r3
@@ -23,7 +22,7 @@ EGIT_COMMIT="${PV}"
DEPEND=""
RDEPEND="
${DEPEND}"
-
+
PATCHES=( "${FILESDIR}/${PV}-makefiles.patch" )
src_prepare() {
@@ -116,6 +115,6 @@ pkg_postinst() {
elog "when determining system type; this is necessary because"
elog "some /proc/cpuinfo data is not output in 64-bit mode."
elog "It only contains the necessary stanzas."
- elog "You can modify this file as required."
+ elog "You can modify this file as required."
fi
}
diff --git a/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild b/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild
index 1c23f61..0902648 100644
--- a/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild
+++ b/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils kodi-addon git-r3
+inherit cmake kodi-addon git-r3
DESCRIPTION="Kodi's PVR client Addon for sledovanitv.cz service"
HOMEPAGE="https://github.com/palinek/pvr.sledovanitv"
diff --git a/media-video/libam7xxx/libam7xxx-9999.ebuild b/media-video/libam7xxx/libam7xxx-9999.ebuild
index 89eccf9..014c2c7 100644
--- a/media-video/libam7xxx/libam7xxx-9999.ebuild
+++ b/media-video/libam7xxx/libam7xxx-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=7
-inherit git-r3 cmake-utils
+inherit git-r3 cmake
DESCRIPTION="Driver and tools for am7xxx based DPF projectors"
HOMEPAGE="https://ao2.it/en/blog/2012/03/30/open-source-driver-usb-pico-projectors"
diff --git a/net-wireless/limesuite/limesuite-9999.ebuild b/net-wireless/limesuite/limesuite-9999.ebuild
index 0659ba2..1c0cfff 100644
--- a/net-wireless/limesuite/limesuite-9999.ebuild
+++ b/net-wireless/limesuite/limesuite-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils git-r3 eutils
+inherit cmake git-r3 eutils
DESCRIPTION="Driver and GUI for LMS7002M-based SDR platforms"
HOMEPAGE="https://myriadrf.org/projects/component/limesdr/"
diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild
index 8ba7743..dbbe9c9 100644
--- a/sci-astronomy/siril/siril-9999.ebuild
+++ b/sci-astronomy/siril/siril-9999.ebuild
@@ -40,11 +40,10 @@ DOCS=( README.md NEWS ChangeLog )
pkg_postinst() {
xdg_desktop_database_update
- xdg_mimeinfo_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
xdg_desktop_database_update
- xdg_mimeinfo_database_update
+ xdg_mimeinfo_database_update
}
-