summaryrefslogtreecommitdiff
path: root/net-libs/librouteros/librouteros-1.1.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/librouteros/librouteros-1.1.2-r1.ebuild')
-rw-r--r--net-libs/librouteros/librouteros-1.1.2-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/librouteros/librouteros-1.1.2-r1.ebuild b/net-libs/librouteros/librouteros-1.1.2-r1.ebuild
deleted file mode 100644
index cfa37b501172..000000000000
--- a/net-libs/librouteros/librouteros-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Library for accessing MikroTik's RouterOS via its API"
-HOMEPAGE="https://verplant.org/librouteros/"
-SRC_URI="https://verplant.org/librouteros/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="debug"
-
-RDEPEND="dev-libs/libgcrypt:0="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -e 's/-Werror//g' -i src/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -type f -delete || die
-}