Updated python packages

This commit is contained in:
layman
2019-07-12 14:06:44 +02:00
parent a127e54cbe
commit 7c513581c3
45 changed files with 217 additions and 975 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST gerbv-2.7.0.tar.gz 5691407 BLAKE2B 458440dd69f20fee18ce09953c7403d783b2b7df1bf977e192b1ac877ebd9ed535ef7712417e112cff82d95e1c3752ae1dd4d88dfe14dea45df7c959337cb6ff SHA512 a940de027a9cdfdc513b0740cb402d312ae33bb7f002f80ee5f3e800aa5d01b86ff277538d8a19a309d852e248b2c8136645ede2d5d33456e5bfb49336c1256e
EBUILD gerbv-2.7.0.ebuild 1188 BLAKE2B 8ee4075ce97046f0b1e4939cab826136a867452765c14710a2166dc28f4f0d36ed5162ae7588571ffa88ff02bccf0428606e7b95d399908a10abb907d96178a2 SHA512 892a0ec1e649e5e5a107dd7694498d077401145c5deb7e3a2088bb51195a48664a8cea2a465fa9fd51298d06ab69f372cb1bee4bddcc8dda1c429a9bdcafce5c
MISC metadata.xml 802 BLAKE2B c6db09de31370176bf6d1717c38b955f03037e24e322e20cfaac08747e403d146fc036358e4faeb81135b3e2dc3945da6a7d029a1256d0e26d3cd69c2afa0afc SHA512 cd322dbcdba34e76f450b4368e2a3eb63885726c09f8b8baad3137cc8e5e8e8537776fd776b86112b2fb71ae5720490dda586ca805e0ba8662744703eed25982
+63
View File
@@ -0,0 +1,63 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit autotools eutils gnome2-utils xdg-utils
DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://gerbv.geda-project.org/"
IUSE="doc examples static-libs unit-mm"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="test"
RDEPEND="
x11-libs/gtk+:2
x11-libs/cairo"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
eapply_user
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable unit-mm) \
--disable-update-desktop-database
}
src_install () {
default
dodoc AUTHORS BUGS ChangeLog CONTRIBUTORS HACKING NEWS README* TODO
rm doc/Doxyfile.nopreprocessing
if use doc; then
find doc -name "Makefile*" -exec rm -f '{}' \;
dodoc -r doc/*
fi
if use examples; then
find example -name "Makefile*" -exec rm -f '{}' \;
dodoc -r example/*
fi
prune_libtool_files
}
pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
gnome2_icon_cache_update
}
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-electronics@gentoo.org</email>
<name>Gentoo Electronics Project</name>
</maintainer>
<longdescription>
Gerbv is a viewer for Gerber RS-274X files, Excellon drill files, and CSV
pick-and-place files. (Note: RS-274D files are not supported.)
The core functionality of gerbv is located in a separate library
(libgerbv), allowing developers to include Gerber
parsing/editing/exporting/rendering into other programs.
</longdescription>
<use>
<flag name="unit-mm">Set default unit for coordinates in status bar to mm</flag>
</use>
<upstream>
<remote-id type="sourceforge">gerbv</remote-id>
</upstream>
</pkgmetadata>
+2 -1
View File
@@ -1 +1,2 @@
EBUILD minipro-9999.ebuild 584 BLAKE2B 60bdea5a52b745c861cf79e092d3ae8a795234b18b375d14b7843f0ca542b227d14477802ed9164f6a29b61358df947196ba005b63fff8e79e30143fc27af4b5 SHA512 ab910029e7a05a8b291a9140e52caa1c74299988458d95de510c2e885d0473dea3a4ff1ba31123017f417b2ef1bd8806a412cfe88cfe4ce8ed512257a17aee80
AUX minipro-9999-firmware-03.2.86.patch 1008 BLAKE2B 83500ef8376c0af9800d2e1986b2143795f0a6ca935a5efe34447a3b3ff9b0384c403e7d548f3cc6a7021eb4eb91605e81cfe4bbdbe760004827abe7917b3edd SHA512 a05e9eeed2144d75d1b0bdc7886f5c108a5207faedbe0e96cfa1d8cfd043f90e6ce5cff5bbf6782498d2cfd9b89cb90d566f21977872810cf74573578b7b8cf6
EBUILD minipro-9999.ebuild 719 BLAKE2B 4538eee29ae400fc28aaee11dda03bd517db5481fd7438aa76410a76b69f5a2f0b9c3863e81ed640f28f9552aed0ed71824f764da3fe3bc43986100b21714433 SHA512 f22f3ae07fb3887e75802cb53b1645f438f274c3ea15bf79218c1b270a6e5bf2e9bac598238cc7c0d7f4d5d94d03c22d0cb5d15d0aeb40395409bf85a78b9363
@@ -0,0 +1,19 @@
Gemeinsame Unterverzeichnisse: minipro-9999.orig/bash_completion.d und minipro-9999/bash_completion.d.
Gemeinsame Unterverzeichnisse: minipro-9999.orig/debian und minipro-9999/debian.
Gemeinsame Unterverzeichnisse: minipro-9999.orig/dumpic und minipro-9999/dumpic.
Gemeinsame Unterverzeichnisse: minipro-9999.orig/.git und minipro-9999/.git.
Gemeinsame Unterverzeichnisse: minipro-9999.orig/man und minipro-9999/man.
diff -u minipro-9999.orig/minipro.c minipro-9999/minipro.c
--- minipro-9999.orig/minipro.c 2019-04-04 13:36:28.336095129 +0200
+++ minipro-9999/minipro.c 2019-04-04 13:38:01.452689135 +0200
@@ -181,7 +181,7 @@
void minipro_get_system_info(minipro_handle_t *handle, minipro_report_info_t *info)
{
- uint8_t msg[sizeof(*info)];
+ uint8_t msg[sizeof(*info)*2];
memset(info, 0x0, sizeof(*info));
memset(msg, 0x0, sizeof(msg));
Gemeinsame Unterverzeichnisse: minipro-9999.orig/public und minipro-9999/public.
Gemeinsame Unterverzeichnisse: minipro-9999.orig/udev und minipro-9999/udev.
+9 -2
View File
@@ -3,7 +3,7 @@
EAPI=6
inherit bash-completion-r1 git-r3 udev
inherit bash-completion-r1 git-r3 udev eutils
DESCRIPTION="A free and open TL866XX programmer"
HOMEPAGE="https://gitlab.com/DavidGriffith/minipro"
@@ -17,9 +17,16 @@ IUSE=""
RDEPEND="virtual/libusb:1"
DEPEND="${RDEPEND}"
#src_prepare() {
# epatch "${FILESDIR}/${P}-firmware-03.2.86.patch"
#
# default
#}
src_install() {
dobin ${PN}{,hex}
udev_dorules udev/rules.d/80-${PN}.rules
udev_dorules udev/60-${PN}.rules
udev_dorules udev/61-${PN}-{plugdev,uaccess}.rules
doman man/${PN}.1
dobashcomp bash_completion.d/${PN}
bashcomp_alias ${PN} ${PN}-query-db
-5
View File
@@ -1,5 +0,0 @@
AUX pulseview.desktop 210 BLAKE2B 5dd3d76eae8998a0b62d65259da4b687b810c84d921dd960ea6a5b8973e7aa24a952a60d1e46d9cb1a42073308b47bbb9d80cb3b052cedebd97d7e2b1218f871 SHA512 1a40fc25562ecada2b786606ffa873625fa25e7e142fd2b4081230cbfbaef94adb1076bc306d1c3bbbf226b1786c91b43d447d7d7d6ac46d7bf4faeb1f843dbe
DIST pulseview-0.3.0.tar.gz 188602 BLAKE2B bc1db5ca42779f3fdde4e00d1a21e039f62a8ef8c4151b283563f9897a73028d98d5db5704fa584b3c32217e2dc048ef89eb09d052dc330f1ea47d1f8db73ad5 SHA512 81c509ef3e548ab8ff29633a07c280cee1fba5cc94db7fc1fbc64822eccb905ab5fb4126392cabe0c089e51896a02e0fbc6c0f265bf728cee6ac6651c3ab883a
EBUILD pulseview-0.3.0.ebuild 1366 BLAKE2B 04ec1762bf4e887746aaa5a9c19b1cb4644f5ad8a6db3486076a87e53e0df6053ce3067c8f666083970ab88447b79fa33d62a37c27326be40241fd426b2b7392 SHA512 81153a6e20eadcc9e318e07bf4a473a8541deae89e8a39dc052abe3bbf31e41ba3a72ef50692f8f94d96758761f0982e1c7cbe702f7a1c230c1f82fa6acb121e
EBUILD pulseview-9999.ebuild 1231 BLAKE2B ead30cc1e017fa743bfa9563befbf33749d301c2900e495c8870bdf2927c4412affcc03759c60b49be1bd444832384ee0d5ada9484b641a7350789cbf6a3f915 SHA512 68658d657131372485a86a3236d9b6b97590a2afc9d27c4a64d90dfec2a7bec855353aaa8f81db28769427822642bd9776687a862c263f830d47bc4cba9889d5
MISC metadata.xml 333 BLAKE2B b4981e29ae436b82875daf955c31085e4bade0ce53b9de677c68f4fed6ef63cd8610ae995989eb659f1d205a072d3f87c8aac02b422b3e30a3baac9eda92dfa2 SHA512 f7f0484072e7c2486a176c29814d7a390d8e44d01593d75ed51231e5c67e7226e576da17410da01281b16ed31361c1724e60026d7df06b580e29901a3f89d2dd
@@ -1,10 +0,0 @@
[Desktop Entry]
Version=1.0
Name=Pulseview
GenericName=Pulseview
Comment=Qt based logic analyzer GUI for sigrok
Exec=pulseview
Icon=pulseview
Terminal=false
Type=Application
Categories=Development;Electronics;
-11
View File
@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>embedded@gentoo.org</email>
<name>Embedded Gentoo</name>
</maintainer>
<use>
<flag name="decode">Enable decoding of protocols while capturing</flag>
</use>
</pkgmetadata>
@@ -1,65 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_5 python3_6 )
inherit cmake-utils python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
inherit git-r3
else
SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Qt based logic analyzer GUI for sigrok"
HOMEPAGE="http://sigrok.org/wiki/PulseView"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode qt4 qt5 static"
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} ) ^^ ( qt4 qt5 )"
RDEPEND="
>=dev-libs/boost-1.53:=
>=dev-libs/glib-2.28.0:2
>=dev-cpp/glibmm-2.28.0:2
>=sci-libs/libsigrok-0.4.0[cxx]
qt4? (
>=dev-qt/qtcore-4.5:4
>=dev-qt/qtgui-4.5:4
>=dev-qt/qtsvg-4.5:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtsvg:5
)
decode? (
>=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}]
${PYTHON_DEPS}
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( HACKING NEWS README )
src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=TRUE
-DENABLE_DECODE=$(usex decode)
-DSTATIC_PKGDEPS_LIBS=$(usex static)
-DFORCE_QT4=$(usex qt4)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
newicon "${S}"/icons/sigrok-logo-notext.png ${PN}.png
domenu "${FILESDIR}"/${PN}.desktop
}
@@ -1,59 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_5 python3_6 )
inherit cmake-utils python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
inherit git-r3
else
SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Qt based logic analyzer GUI for sigrok"
HOMEPAGE="http://sigrok.org/wiki/PulseView"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode qt4 qt5 static"
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} ) ^^ ( qt4 qt5 )"
RDEPEND="
>=dev-libs/boost-1.53:=
>=dev-libs/glib-2.28.0:2
>=dev-cpp/glibmm-2.28.0:2
>=sci-libs/libsigrok-0.4.0[cxx]
qt4? (
>=dev-qt/qtcore-4.5:4
>=dev-qt/qtgui-4.5:4
>=dev-qt/qtsvg-4.5:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtsvg:5
)
decode? (
>=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}]
${PYTHON_DEPS}
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( HACKING NEWS README )
src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=TRUE
-DENABLE_DECODE=$(usex decode)
-DSTATIC_PKGDEPS_LIBS=$(usex static)
-DFORCE_QT4=$(usex qt4)
)
cmake-utils_src_configure
}
-4
View File
@@ -1,4 +0,0 @@
DIST sigrok-cli-0.6.0.tar.gz 206733 BLAKE2B 1e157a3e262a810482ea95ff0660eacadecf102315e9c79a1defec7a7da73ec40f971e3bf616ea4a2d4036a5ad54cfcfb2a06e1edfbb64f8e9408bed3641fe15 SHA512 c60c0ca0897d8d6764f04f3ae46b0715c8e4f7d6bb9af1219419a961b6d0c7f2eb5ae61d98cc6746b0403d2bf6bea7d243e539a53ca53c68da50a4f262d0f6c0
EBUILD sigrok-cli-0.6.0.ebuild 903 BLAKE2B 695c6a33254cc1b4f44e4b8a527d7c299774f144b01238a383ecdf312d2c6d547c2dc7f50947c10816165ffb8030d9c9cb0a71a4acada2af84b4ed6772a06ad1 SHA512 be716ce7e4de960ad3bd9d0c7e4c2a494cde61c23515df2307fa19ed6f41e55939e841fc7a13e48633f5c4cfc4d8002b3764a64fbc02ba8762ba16432e3e8f17
EBUILD sigrok-cli-9999.ebuild 903 BLAKE2B 695c6a33254cc1b4f44e4b8a527d7c299774f144b01238a383ecdf312d2c6d547c2dc7f50947c10816165ffb8030d9c9cb0a71a4acada2af84b4ed6772a06ad1 SHA512 be716ce7e4de960ad3bd9d0c7e4c2a494cde61c23515df2307fa19ed6f41e55939e841fc7a13e48633f5c4cfc4d8002b3764a64fbc02ba8762ba16432e3e8f17
MISC metadata.xml 333 BLAKE2B b4981e29ae436b82875daf955c31085e4bade0ce53b9de677c68f4fed6ef63cd8610ae995989eb659f1d205a072d3f87c8aac02b422b3e30a3baac9eda92dfa2 SHA512 f7f0484072e7c2486a176c29814d7a390d8e44d01593d75ed51231e5c67e7226e576da17410da01281b16ed31361c1724e60026d7df06b580e29901a3f89d2dd
-11
View File
@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>embedded@gentoo.org</email>
<name>Embedded Gentoo</name>
</maintainer>
<use>
<flag name="decode">Enable decoding of protocols while capturing</flag>
</use>
</pkgmetadata>
@@ -1,42 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_5 python3_6 )
inherit python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
inherit git-r3 autotools
else
SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Command-line client for the sigrok logic analyzer software"
HOMEPAGE="http://sigrok.org/wiki/Sigrok-cli"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode"
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/glib-2.28.0
>=sci-libs/libsigrok-0.4.0
decode? (
>=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}]
${PYTHON_DEPS}
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf
eapply_user
}
src_configure() {
econf $(use_with decode libsigrokdecode)
}
@@ -1,42 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_5 python3_6 )
inherit python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
inherit git-r3 autotools
else
SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Command-line client for the sigrok logic analyzer software"
HOMEPAGE="http://sigrok.org/wiki/Sigrok-cli"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode"
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/glib-2.28.0
>=sci-libs/libsigrok-0.4.0
decode? (
>=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}]
${PYTHON_DEPS}
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf
eapply_user
}
src_configure() {
econf $(use_with decode libsigrokdecode)
}