summaryrefslogtreecommitdiff
path: root/sci-electronics
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/Manifest.gzbin9391 -> 9230 bytes
-rw-r--r--sci-electronics/geda-xgsch2pcb/Manifest5
-rw-r--r--sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch31
-rw-r--r--sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild76
-rw-r--r--sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild71
-rw-r--r--sci-electronics/geda-xgsch2pcb/metadata.xml17
-rw-r--r--sci-electronics/klayout/Manifest4
-rw-r--r--sci-electronics/klayout/klayout-0.26.4-r1.ebuild90
-rw-r--r--sci-electronics/klayout/klayout-9999.ebuild12
-rw-r--r--sci-electronics/librepcb/Manifest2
-rw-r--r--sci-electronics/librepcb/metadata.xml9
11 files changed, 104 insertions, 213 deletions
diff --git a/sci-electronics/Manifest.gz b/sci-electronics/Manifest.gz
index c202ef2c800a..d063c1d194eb 100644
--- a/sci-electronics/Manifest.gz
+++ b/sci-electronics/Manifest.gz
Binary files differ
diff --git a/sci-electronics/geda-xgsch2pcb/Manifest b/sci-electronics/geda-xgsch2pcb/Manifest
deleted file mode 100644
index 540c70b1e066..000000000000
--- a/sci-electronics/geda-xgsch2pcb/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX 0.1.3-python.patch 1036 BLAKE2B ff7391d533a42cc7cd0b684c5df9fcf28b9684124b8b297c3644172999d6c4143761651bd7a0a14c5377d83dc20c8b1c3faf593294ec7e703d45dfaed624aced SHA512 2d57c33949374776d468b797ac021f90e80066d5c6dc0b482274272bae203d8a3019e5d72c23fca25cd0e131d2eb95688ddb7963ac272ae5cff755a41a94cd6a
-DIST geda-xgsch2pcb-0.1.3.tar.gz 160225 BLAKE2B 15f4641647f8edcf7f7cfb0d69eff9a8eba44441dea5147c988114ee25f7473a9da58b81654f6dc713d0a8ae70864a780e6babf2c152c7e3232207d2ddbcc7db SHA512 24d8c798be49a0aa09c12c97eb6d33e1bd5ccf1a866a8889dd04e3dd2035afd6b8799638d696691216df9d5c645922b8cfb5aadc1373d15c6ee62eec0f72b965
-EBUILD geda-xgsch2pcb-0.1.3-r5.ebuild 1444 BLAKE2B 992c1c8d68e29f8dff4674d70f8fbdccc451f0f79933313996cbab538006bc8c5ac56faa408f8d3f8ae5effdaaddbfe1e5c0f0392d1716e8102854a862786177 SHA512 837f8f345b1b47bae5d1e71ec1fce052bc97f30b3d251c085f49c4ec5a411dec6752e7c8864263cccaf164b65e3bd779500727ff90b9bf77499c2213afa48628
-EBUILD geda-xgsch2pcb-0.1.3-r6.ebuild 1341 BLAKE2B 11262e8abde38a109f386f21d222258487b8331eea13c811196d891401c9e213fe117141effd3b23db77ad3c2b78b0585a4a3754c0d31b2dce7520b798be5dd1 SHA512 68190b4047d474faf78e615b319383877fb8424e0d8fa5e679ad11515c99201e7549f4e79264da4d01587a05384466728b06456b1c15468d78084412f4d02fb6
-MISC metadata.xml 671 BLAKE2B 77470480797cd6bd52006fb449dd79f1a9ced0746f7d9e66e93a90c618d7ad5689a2af1e498a4e3e02eff7a7fea94e901bc89ec1a1c0c2046acb518f422048c3 SHA512 bcf8fa9808b923a56d6a8ace86cf95b7ed92475995fe8fa500b168fc8f7aabb4eeb1419a1dcc9f3ef7f4b0b0fcf1e9b27fe204db074f347fc1d3cd272ff3b9a0
diff --git a/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch b/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch
deleted file mode 100644
index f06b2aff4a5f..000000000000
--- a/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index aa8e2d6..4193aac 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -22,7 +22,7 @@ SUBDIRS = po data
-
- bin_SCRIPTS = xgsch2pcb
-
--pkglib_PYTHON = lib/xgsch2pcb/pcbmanager.py \
-+pkgpython_PYTHON = lib/xgsch2pcb/pcbmanager.py \
- lib/xgsch2pcb/gsch2pcbproject.py \
- lib/xgsch2pcb/gui.py \
- lib/xgsch2pcb/new_project_gui.py \
-@@ -30,7 +30,7 @@ pkglib_PYTHON = lib/xgsch2pcb/pcbmanager.py \
- lib/xgsch2pcb/templates.py \
- lib/xgsch2pcb/funcs.py
-
--nodist_pkglib_PYTHON = config.py
-+nodist_pkgpython_PYTHON = config.py
-
- INTLTOOL_FILES = intltool-extract.in \
- intltool-merge.in \
-@@ -53,7 +53,7 @@ templatesdir = @templatesdir@
- do_subst = sed -e 's,[@]prefix[@],$(prefix),g' \
- -e 's,[@]PYTHON[@],$(PYTHON),g' \
- -e 's,[@]VERSION[@],$(VERSION),g' \
-- -e 's,[@]pkglibdir[@],$(pkglibdir),g' \
-+ -e 's,[@]pkglibdir[@],$(pkgpythondir),g' \
- -e 's,[@]templatesdir[@],$(templatesdir),g' \
- -e 's,[@]PACKAGE[@],$(PACKAGE),g'
-
diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild
deleted file mode 100644
index f1820e1ead9e..000000000000
--- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools fdo-mime gnome2-utils python-single-r1
-
-DESCRIPTION="A graphical front-end for the gschem -> pcb workflow"
-HOMEPAGE="http://www.gpleda.org"
-SRC_URI="http://geda.seul.org/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="gnome nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
- ')
- sci-electronics/pcb[dbus]
- sci-electronics/geda
- nls? ( virtual/libintl )
-"
-RDEPEND="${CDEPEND}
- sci-electronics/electronics-menu
- gnome? (
- $(python_gen_cond_dep '
- dev-python/gnome-vfs-python[${PYTHON_MULTI_USEDEP}]
- ')
- )
-"
-DEPEND="${CDEPEND}
- dev-util/intltool
- dev-lang/perl
- nls? ( sys-devel/gettext )
-"
-
-PATCHES=( "${FILESDIR}"/${PV}-python.patch )
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-update-desktop-database
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild
deleted file mode 100644
index 4dbe9e1565a7..000000000000
--- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools fdo-mime gnome2-utils python-single-r1
-
-DESCRIPTION="A graphical front-end for the gschem -> pcb workflow"
-HOMEPAGE="http://www.gpleda.org"
-SRC_URI="http://geda.seul.org/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
- ')
- sci-electronics/pcb[dbus]
- sci-electronics/geda
- nls? ( virtual/libintl )
-"
-RDEPEND="${CDEPEND}
- sci-electronics/electronics-menu
-"
-DEPEND="${CDEPEND}
- dev-util/intltool
- dev-lang/perl
- nls? ( sys-devel/gettext )
-"
-
-PATCHES=( "${FILESDIR}"/${PV}-python.patch )
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-update-desktop-database
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
diff --git a/sci-electronics/geda-xgsch2pcb/metadata.xml b/sci-electronics/geda-xgsch2pcb/metadata.xml
deleted file mode 100644
index 13de53dd7219..000000000000
--- a/sci-electronics/geda-xgsch2pcb/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>
- ``gsch2pcb`` is a command-line tool, part of the gEDA suite, which is used
- to generate and update a PCB layout. It works with schematics created
- by ``gschem``, part of the gEDA suite, and layouts created by ``pcb``, a
- PCB layout system commonly used with gEDA.
-
- ``xgsch2pcb`` provides an intuitive, user-friendly graphical interface to
- ``gsch2pcb``.
- </longdescription>
-</pkgmetadata>
diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index c785bbcb90d1..d93f418dee9c 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1,6 +1,8 @@
AUX klayout-0.25.6-gcc8.patch 527 BLAKE2B bd9d1ebac1a4f4679f076a3bedb67b3a4fe040338e0d63a7e25e5fb523707b7525ab7a9088122c75aa0a16e34e6e262efe097f5f96ff6db72b1d5add8f7192c5 SHA512 3280052ef3d9caf78d716c8cfb6e33205bbd2c9543f52bfe28e5c23749b3bbf8ed59edf7bbc8b8a96753f0e90484dcaacaad39c4ccbc2bebe979520589589f46
DIST klayout-0.25.6.tar.gz 21008915 BLAKE2B f5e06790b8eac682b61bf83dce167c4c9eb8767d6bfb040e203ed2ec43b39781e64203c8319bf58ed2f4b7b2349d958f24a7ad1957bc27befa583b00eeee650c SHA512 38d13bd6f0cef5685ef32ebf00edf07f588d445174e2a56320940a7036e65a3fbb11d1efab92af9f8abfce7e77c782df5f05460a7de4d98ade924c761396db5a
+DIST klayout-0.26.4.tar.gz 52324714 BLAKE2B 663ab737d91a83452234f128b13f73ed8e559e6f0fb11f283bce6bfe80e8f391c7bac5ad16933b2f5bcf46fac6e07233ffc690dea5ddb1702850c52501157c36 SHA512 df91434e87d8cc6f4df837eacd756566626405fb75b0cce40c25f157d547dc1e5929746b6b276a317512c038e014bbdd1655615c93d76d9ed5bcf65280d95355
EBUILD klayout-0.25.6-r1.ebuild 1720 BLAKE2B 2fd529e3218859fbebbda2c88020ab87aa9d075c319556cbf016ad4e1b379eb8d0fc0468d60efb0bb4708521430de6303bd5bd4dd4404e2c0ee254acd87e7589 SHA512 085e8da2cba98c4493a47eae35cbe7edefd38276f875f33f777c7650a4dff110ce80423673e2194b7be01d4b6fb8624c0f7938ea4fc4af9942b19aa718740d28
EBUILD klayout-0.25.6.ebuild 1719 BLAKE2B 08c62d695cf828e0c224cc5c8076750d9bba96e21c43f6a130c3714ff4b36cc0a4980c5928aec7a278a1a3c6e226ad550854274db6905ab892fe05d7353cd92a SHA512 ea824d3b5a719542f9042173874e8992728996f9c92d1b3d715ea4d3ad669005f1f896c3d173fa306034eb3371e9dacd7a25eb485065c5a06f98ff058a2b387f
-EBUILD klayout-9999.ebuild 1676 BLAKE2B 330cf5736c6ce8d7889fbabf474d6939ec47358d0ce1ff96fb5960c5da5f2101475b719523961bbfc295ec2c50cd041111badfa973075776a326d96fbf43932d SHA512 ffa0aa4fda171b1e7f12df070d6a9d17b41d46ee2368ff168d7e407c96ab41c85e83312c0ce324d40df29a85d07146e39c1e189f02786fd3606026c682600f06
+EBUILD klayout-0.26.4-r1.ebuild 1839 BLAKE2B ebf02ff39559da3d6a4f20e7027447e88461af7f6ab34b9dda4dad3a3adda0a0227e869576c5eb34f75c1029a61df4eb690721b4985d4f82b4e4d92afceac03c SHA512 38d243703148e912550c7b1d979eb621f9c7deebb289b092cf42c88ab7403bcdba2a60c1a75f6dbf8db40b14d4cc28c545d20373799e635d10ffca1fdc8c4437
+EBUILD klayout-9999.ebuild 1839 BLAKE2B ebf02ff39559da3d6a4f20e7027447e88461af7f6ab34b9dda4dad3a3adda0a0227e869576c5eb34f75c1029a61df4eb690721b4985d4f82b4e4d92afceac03c SHA512 38d243703148e912550c7b1d979eb621f9c7deebb289b092cf42c88ab7403bcdba2a60c1a75f6dbf8db40b14d4cc28c545d20373799e635d10ffca1fdc8c4437
MISC metadata.xml 380 BLAKE2B 3961dc3b4b0a6f3de5460e01e434f8ba1e4504247aac8cb40553d0752ece4f4be7e9d5fefee9d61e85681631eb200959b341c6aeda60b89c14119f95a40f4aa6 SHA512 92ee6b53a7dfed04d5a2aef510e0f2f0dcc70903258d5d4cb6ee497521cbb41214b7a45000693a0ecb66029767a48988c45b9b7fb78a09dc813710a9283d2f7d
diff --git a/sci-electronics/klayout/klayout-0.26.4-r1.ebuild b/sci-electronics/klayout/klayout-0.26.4-r1.ebuild
new file mode 100644
index 000000000000..30250478884e
--- /dev/null
+++ b/sci-electronics/klayout/klayout-0.26.4-r1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+RUBY_OPTIONAL=no
+USE_RUBY="ruby25"
+# note: define maximally ONE implementation here
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit toolchain-funcs python-single-r1 ruby-ng
+
+if [[ ${PV} = 9999* ]]; then
+ EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git"
+ inherit git-r3
+ EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
+else
+ SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
+HOMEPAGE="https://www.klayout.de/"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+ dev-qt/designer:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtmultimedia:5[widgets]
+ dev-qt/qtnetwork:5[ssl]
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsql:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ dev-qt/qtxmlpatterns:5
+ sys-libs/zlib
+ ${PYTHON_DEPS}
+ $(ruby_implementations_depend)
+"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+ ruby-ng_pkg_setup
+}
+
+each_ruby_configure() {
+ tc-export CC CXX AR LD RANLIB
+ export CFLAGS CXXFLAGS
+ ./build.sh \
+ -expert \
+ -dry-run \
+ -qmake "/usr/$(get_libdir)/qt5/bin/qmake" \
+ -ruby "${RUBY}" \
+ -python "${PYTHON}" \
+ -build . \
+ -bin "${T}/bin" \
+ -rpath "/usr/$(get_libdir)/klayout" \
+ -option "${MAKEOPTS}" \
+ -with-qtbinding \
+ -without-64bit-coord \
+ -qt5 || die "Configuration failed"
+}
+
+each_ruby_compile() {
+ emake all
+}
+
+each_ruby_install() {
+ emake install
+
+ cd "${T}/bin" || die
+
+ dodir "/usr/$(get_libdir)/klayout"
+ mv lib* lay_plugins db_plugins "${ED}/usr/$(get_libdir)/klayout/" || die
+
+ mkdir -p "${D}/$(python_get_sitedir)" || die
+ mv pymod/* "${D}/$(python_get_sitedir)/" || die
+ rmdir pymod || die
+
+ dobin *
+
+ python_optimize
+}
diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild
index 127d36ffb70f..30250478884e 100644
--- a/sci-electronics/klayout/klayout-9999.ebuild
+++ b/sci-electronics/klayout/klayout-9999.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
RUBY_OPTIONAL=no
USE_RUBY="ruby25"
# note: define maximally ONE implementation here
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit toolchain-funcs python-single-r1 ruby-ng
@@ -78,7 +78,13 @@ each_ruby_install() {
cd "${T}/bin" || die
dodir "/usr/$(get_libdir)/klayout"
- mv lib* "${ED}/usr/$(get_libdir)/klayout/" || die
+ mv lib* lay_plugins db_plugins "${ED}/usr/$(get_libdir)/klayout/" || die
+
+ mkdir -p "${D}/$(python_get_sitedir)" || die
+ mv pymod/* "${D}/$(python_get_sitedir)/" || die
+ rmdir pymod || die
dobin *
+
+ python_optimize
}
diff --git a/sci-electronics/librepcb/Manifest b/sci-electronics/librepcb/Manifest
index 064ee65a3c91..a993a2b38a3f 100644
--- a/sci-electronics/librepcb/Manifest
+++ b/sci-electronics/librepcb/Manifest
@@ -3,4 +3,4 @@ DIST librepcb-0.1.3-source.zip 12148919 BLAKE2B 2be3455c9be3e60a7cb314292e2a6ffe
EBUILD librepcb-0.1.0-r1.ebuild 660 BLAKE2B 8af1340be2628bb8712f2c67385990b3573f8d648760d015afdb25210a27048e5ffd0b0ecad7ded20ce9f65386eec70c9e7b37f87a0c485a9dca26c0bf80afcb SHA512 b723556ee3afd84d3f3f62ef7d8ebc4034c1b34e12f72da0ecd41d292a256a5e61b8af2e14086324ebe41726891d3036939a4ccedcb4bfa1a79034f6c313fd01
EBUILD librepcb-0.1.3.ebuild 948 BLAKE2B 54ea0908b371f979cfa70ac2098f2d6870afb648a9b2d5cac4d0db4230e52684e7d131936960549471ec77360b8d4a7e996c55a53b87fd92ddfe0c61d14162e1 SHA512 586b81f4d3710cdd41432bb0cf61898e126cd639809ee25b4184d9df975f48537af607cd9e1535e03e7a7444c4e1b752e13091c66dce62d9c9755b2ab4ef847d
EBUILD librepcb-9999.ebuild 647 BLAKE2B cab315c02cbc9fa17414e74665da557dcb3ba96da9a9f204430cc704c36b96a099cbf928ccdb3d4c8625fdb3c329f163c9ffa9aa9c017a29dcb104cf8e6221f3 SHA512 d26e48bb59e6f4310f5b5329181f1bac30dcda4cd79b2f7e538ef9db80f89a21c834977cccd41c52998ae94d11c3f5e88e48bb2166523b2561d4d227bc6c0d9d
-MISC metadata.xml 361 BLAKE2B 679b7e05175ee00d4293a2e6fcc3a0215cc154cfe1bb6436267a4c6e4b4d9bf096b2bd934ce1e3c95458c3f957cf8263fa3f8e09cd9bcce8061e28e868e59dc5 SHA512 63eeeed36b35609aba151c2dcbe1e501355b3e56c0febd52f394a20b5a27871c6d69164b854a05769d3cd0eadf245f23ef4153fd8a2e9208dfb079381bbc0a41
+MISC metadata.xml 168 BLAKE2B 5f277cc66dbafa7e7985433f84b0f9a656a176a9b901862e2a8353ca2d4526797dded9696e835b9696c7f72324e94959cfb5a22de49a7e3e61604153886037ab SHA512 00eec08786156434460f5ed77b647579546cf1a86341a4f2c9c9c84326468c2c21dc5101c4277103b19266bb6f788823f4ddf3b9d044da26326d79bf2ac9a274
diff --git a/sci-electronics/librepcb/metadata.xml b/sci-electronics/librepcb/metadata.xml
index 141fbb795002..1b2becffa26c 100644
--- a/sci-electronics/librepcb/metadata.xml
+++ b/sci-electronics/librepcb/metadata.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>petross404@gmail.com</email>
- <name>Petros S</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>