summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2020-10-06 19:22:52 +0200
committerSam James <sam@gentoo.org>2020-10-07 00:26:40 +0000
commit8f5ba162f2da45d42144d2f9c2f27bebbb452684 (patch)
tree8240a8c36ab62308155c37572c8fd529720257bf /net-misc
parentsys-fs/rar2fs: Bump to 1.29.1 (diff)
downloadgentoo-8f5ba162f2da45d42144d2f9c2f27bebbb452684.tar.gz
gentoo-8f5ba162f2da45d42144d2f9c2f27bebbb452684.tar.bz2
gentoo-8f5ba162f2da45d42144d2f9c2f27bebbb452684.zip
net-misc/seafile: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/seafile/Manifest1
-rw-r--r--net-misc/seafile/seafile-7.0.5-r1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 53f705ae8730..db48d735acd3 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -1,2 +1 @@
-DIST seafile-7.0.5.tar.gz 706430 BLAKE2B 49402de13660bcda9a6fad35879bd0e9ba4e491e921525a9cb16498f833d0d8e4177e615afa95780da040c9617d2795a3aa97ce389edae54621d8079033fd24e SHA512 c51c5f3f4a4b316fdf21d8eec12d42e7e1c76cf1271393658dd447c4b0ba77e6149eb7770a99af6aa23f6ebcb1572f4b847f8de44320d8bae8960bde7f429920
DIST seafile-7.0.9.tar.gz 706859 BLAKE2B 2cbd12bfdda9c2cc13d38233a56d0d2f52ad04e03bd14c90c6ff086756fb7ab4f63319906030f9a5f4ec2625dbe23b2892c069f2b5d50c6997b23deaf2cb61d7 SHA512 4c87e7a4a6a4cef631cbfbeb1bde3c8c9e0915d5fe4597d5b3a4b8aa15e9650e97b51ee6a3b0bae4d235ec53149dca01aed7acd704da593c97da0a17e352a75d
diff --git a/net-misc/seafile/seafile-7.0.5-r1.ebuild b/net-misc/seafile/seafile-7.0.5-r1.ebuild
deleted file mode 100644
index 7b2a3788f56b..000000000000
--- a/net-misc/seafile/seafile-7.0.5-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=(python3_6)
-
-WANT_AUTOMAKE=1.16
-
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="File syncing and sharing software with file encryption and group sharing"
-HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/"
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
- dev-libs/glib:2
- dev-libs/libevent
- dev-libs/jansson
- sys-libs/zlib
- net-misc/curl
- dev-libs/openssl
- dev-db/sqlite:3"
-DEPEND="${RDEPEND}
- $(vala_depend)"
-
-src_prepare() {
- default
- sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
- eautoreconf
- vala_src_prepare
-}
-
-src_install() {
- default
- # Remove unnecessary files, as recommended by ltprune.eclass
- find "${ED}" -name '*.la' -o -name '*.a' -delete || die
- python_fix_shebang "${ED}"/usr/bin
-}