summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mate-base')
-rw-r--r--mate-base/mate-common/Manifest3
-rw-r--r--mate-base/mate-common/mate-common-1.12.0.ebuild32
-rw-r--r--mate-base/mate-common/mate-common-1.14.0.ebuild32
-rw-r--r--mate-base/mate-common/mate-common-1.16.0.ebuild32
4 files changed, 0 insertions, 99 deletions
diff --git a/mate-base/mate-common/Manifest b/mate-base/mate-common/Manifest
index 3e0312777a58..25cea7429a58 100644
--- a/mate-base/mate-common/Manifest
+++ b/mate-base/mate-common/Manifest
@@ -1,4 +1 @@
-DIST mate-common-1.12.0.tar.xz 66156 BLAKE2B bd9c37ebac53d098eaad7620b022c064cda9e5614b2c40791a9bf9ff6f10f3b1ba8b61f609d39b4ac6ad6a793f22913994e4a15a7bb2415fbcba677f848510d8 SHA512 3392cc38ee51dec37330ac7d309bd42dfec5f622b50d92af46e16d059781ed4bc1396cb4525518dfe1f2a913fecb426d3ef047731f2208219ef648f27bf54f32
-DIST mate-common-1.14.0.tar.xz 72368 BLAKE2B 3ef9fc5e38312979a6f6d7a00c07adf3e8dc2f67278c4fd76ce1f3ae54330f967bd3554a99313c6a945cbd3730b3ccfd7aad79f88e9b73b0ff0b7dd85ff0089d SHA512 fe0a824796dd65756f7dcd351370f3f537d9990b422cb365419f2f6ec446b6ec9660be35685847ff8ae295a80cda8780a968ab11441c49ac152eb8e50f30dc6a
-DIST mate-common-1.16.0.tar.xz 72392 BLAKE2B 574e1534a8b0cd5ff031a0f344830d3490f01c7b4092660f6cda0340dfbd4abd11dc0102c506046726b6dd2839e1c7e5370cf6723d80d812125c6cfdaebb0a70 SHA512 3cf13f28c43072a26f48099eeeceb920a88bd86c258ca91e58f36c164ffa12b9c43d379c1130734df5c39070c74ee3f144ef7d81a6561244bd07af2b81173224
DIST mate-common-1.18.0.tar.xz 72608 BLAKE2B 7a280f440de8964ac725582f545c7ae15152c0fef21897dcacb820d539f74fb3aec1d87e9c75e98bc6053bf3db6a69daf2eca3cf2de0cbc8a32d65a62c43187e SHA512 cdc8d39a78ebb1a0fb0d8179814ce59691006a21cb10d78b818cf62a8f42c89d01c9126e93b5fa3b7ac27adce52d3a2512ac2fb63c41e6c5a698a767e9176563
diff --git a/mate-base/mate-common/mate-common-1.12.0.ebuild b/mate-base/mate-common/mate-common-1.12.0.ebuild
deleted file mode 100644
index 87e27bd29c5d..000000000000
--- a/mate-base/mate-common/mate-common-1.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate-desktop.org
-
-if [[ ${PV} == 9999 ]]; then
- inherit autotools
-else
- KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Common files for development of MATE packages"
-LICENSE="GPL-3"
-SLOT="0"
-
-src_prepare() {
- default
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
-}
-
-src_install() {
- mv doc-build/README README.doc-build \
- || die "Failed to rename doc-build/README."
-
- default
-
- dodoc doc/usage.txt
-}
diff --git a/mate-base/mate-common/mate-common-1.14.0.ebuild b/mate-base/mate-common/mate-common-1.14.0.ebuild
deleted file mode 100644
index 6908a4605805..000000000000
--- a/mate-base/mate-common/mate-common-1.14.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate-desktop.org
-
-if [[ ${PV} == 9999 ]]; then
- inherit autotools
-else
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Common files for development of MATE packages"
-LICENSE="GPL-3"
-SLOT="0"
-
-src_prepare() {
- default
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
-}
-
-src_install() {
- mv doc-build/README README.doc-build \
- || die "Failed to rename doc-build/README."
-
- default
-
- dodoc doc/usage.txt
-}
diff --git a/mate-base/mate-common/mate-common-1.16.0.ebuild b/mate-base/mate-common/mate-common-1.16.0.ebuild
deleted file mode 100644
index 6908a4605805..000000000000
--- a/mate-base/mate-common/mate-common-1.16.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate-desktop.org
-
-if [[ ${PV} == 9999 ]]; then
- inherit autotools
-else
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Common files for development of MATE packages"
-LICENSE="GPL-3"
-SLOT="0"
-
-src_prepare() {
- default
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
-}
-
-src_install() {
- mv doc-build/README README.doc-build \
- || die "Failed to rename doc-build/README."
-
- default
-
- dodoc doc/usage.txt
-}