diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:20:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:28:07 +0200 |
commit | 00211cbf274d10b7c164811ddc333eb92fb5c652 (patch) | |
tree | dd9be4516b43e1397a0cd5cd235579a58bce747e /net-misc | |
parent | net-misc/seafile-client: Remove old (diff) | |
download | gentoo-00211cbf274d10b7c164811ddc333eb92fb5c652.tar.gz gentoo-00211cbf274d10b7c164811ddc333eb92fb5c652.tar.bz2 gentoo-00211cbf274d10b7c164811ddc333eb92fb5c652.zip |
net-misc/seafile: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/seafile/Manifest | 3 | ||||
-rw-r--r-- | net-misc/seafile/seafile-6.2.11.ebuild | 42 | ||||
-rw-r--r-- | net-misc/seafile/seafile-7.0.2.ebuild | 43 | ||||
-rw-r--r-- | net-misc/seafile/seafile-7.0.4.ebuild | 45 |
4 files changed, 0 insertions, 133 deletions
diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest index dca171f14c05..70225e17d34f 100644 --- a/net-misc/seafile/Manifest +++ b/net-misc/seafile/Manifest @@ -1,4 +1 @@ -DIST seafile-6.2.11.tar.gz 703739 BLAKE2B a072b103875e3a90a9c457079d3101262abc826659c604130f7c3e9d1b129e7d806b687a5673109b37cf040bba02a0a862374997a819cf384ecf2bd3bb6af058 SHA512 90ff1ca4c2a75da9a44d7833209800629c7bec3e8d5b651a820d158261bee77a3b7e599748e6ed350fe919fb67685882a215c18720b0a9702d56e384b8561985 -DIST seafile-7.0.2.tar.gz 698373 BLAKE2B 171ef14253c260d0e1ed9e984219a545bc5c86895fd554223148515feeb8fd2c6f9ab802f0f505ada0ed504def01999cdd254683de6e0d00f77272eb9d491f4b SHA512 f348139662edb061bbb2da534cd099619f23e09b1383cc97a53116c7e1eb5b41e95d61f719a83f3a69d3914e64836baf15900a9597a7b6ddfb8d23f3e362b8cd -DIST seafile-7.0.4.tar.gz 706114 BLAKE2B 8abcf24b752eac20e2abeb355c79d420c0cadb374e70739be76531e9ecb6cb3428f6d8c0aeaa6cf5638a9dd5e964f9ae72b4933fd379655149790396dfe9ffb8 SHA512 2eefbb928f3082ba8373509c149e4e1fcfe960f10baba227759ed43411d5adeca844f1538609fd1046f22661322c57bbf93ede1fa849a39e50a4af8a3a7febc1 DIST seafile-7.0.5.tar.gz 706430 BLAKE2B 49402de13660bcda9a6fad35879bd0e9ba4e491e921525a9cb16498f833d0d8e4177e615afa95780da040c9617d2795a3aa97ce389edae54621d8079033fd24e SHA512 c51c5f3f4a4b316fdf21d8eec12d42e7e1c76cf1271393658dd447c4b0ba77e6149eb7770a99af6aa23f6ebcb1572f4b847f8de44320d8bae8960bde7f429920 diff --git a/net-misc/seafile/seafile-6.2.11.ebuild b/net-misc/seafile/seafile-6.2.11.ebuild deleted file mode 100644 index 341db77f5c47..000000000000 --- a/net-misc/seafile/seafile-6.2.11.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 vala - -DESCRIPTION="File syncing and sharing software with file encryption and group sharing" -HOMEPAGE="https://github.com/haiwen/seafile/ https://www.seafile.com/" -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:0 - dev-libs/jansson - sys-libs/zlib:0 - net-misc/curl - dev-libs/openssl:0 - 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 .la files, as recommended by ltprune.eclass - find "${ED}" -name '*.la' -delete || die - python_fix_shebang "${ED}"/usr/bin -} diff --git a/net-misc/seafile/seafile-7.0.2.ebuild b/net-misc/seafile/seafile-7.0.2.ebuild deleted file mode 100644 index b53b45c8e32c..000000000000 --- a/net-misc/seafile/seafile-7.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 vala - -DESCRIPTION="File syncing and sharing software with file encryption and group sharing" -HOMEPAGE="https://github.com/haiwen/seafile/ https://www.seafile.com/" -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:0 - dev-libs/jansson - sys-libs/zlib:0 - net-misc/curl - dev-libs/openssl:0 - 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 .la files, as recommended by ltprune.eclass - find "${ED}" -name '*.la' -delete || die - python_fix_shebang "${ED}"/usr/bin -} diff --git a/net-misc/seafile/seafile-7.0.4.ebuild b/net-misc/seafile/seafile-7.0.4.ebuild deleted file mode 100644 index 367704af6260..000000000000 --- a/net-misc/seafile/seafile-7.0.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_6) - -inherit autotools python-single-r1 vala - -DESCRIPTION="File syncing and sharing software with file encryption and group sharing" -HOMEPAGE="https://github.com/haiwen/seafile/ https://www.seafile.com/" -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:0 - dev-libs/jansson - sys-libs/zlib:0 - net-misc/curl - dev-libs/openssl:0 - dev-db/sqlite:3 - >=sys-devel/automake-1.16.1-r2:1.16" -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 .la files, as recommended by ltprune.eclass - find "${ED}" -name '*.la' -delete || die - python_fix_shebang "${ED}"/usr/bin -} |