diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 22:36:28 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 23:21:35 +0300 |
commit | ed738d36a1db539d17b75dc8a94fd7535215b1f2 (patch) | |
tree | cf7b9ff85aecf742a4b091947436bfe8c6eca8de /mate-base/mate-desktop | |
parent | mate-base/mate-control-center: remove old (diff) | |
download | gentoo-ed738d36a1db539d17b75dc8a94fd7535215b1f2.tar.gz gentoo-ed738d36a1db539d17b75dc8a94fd7535215b1f2.tar.bz2 gentoo-ed738d36a1db539d17b75dc8a94fd7535215b1f2.zip |
mate-base/mate-desktop: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'mate-base/mate-desktop')
-rw-r--r-- | mate-base/mate-desktop/Manifest | 3 | ||||
-rw-r--r-- | mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild | 53 | ||||
-rw-r--r-- | mate-base/mate-desktop/mate-desktop-1.14.1.ebuild | 52 | ||||
-rw-r--r-- | mate-base/mate-desktop/mate-desktop-1.16.2.ebuild | 52 | ||||
-rw-r--r-- | mate-base/mate-desktop/metadata.xml | 3 |
5 files changed, 0 insertions, 163 deletions
diff --git a/mate-base/mate-desktop/Manifest b/mate-base/mate-desktop/Manifest index 4cc0dae9e345..0f27e7551437 100644 --- a/mate-base/mate-desktop/Manifest +++ b/mate-base/mate-desktop/Manifest @@ -1,4 +1 @@ -DIST mate-desktop-1.12.1.tar.xz 773332 BLAKE2B 90e70929dcf1b3136a17ae658065d823dd052c53677db0b57e6843c4c86da4bd4de1f036c54b0fe0cc29b7c4e3bd83e9583a14ed148f30d67f8631a756891f50 SHA512 bcd3731bded736cdb4e0531d9c35253c025fa654d51f3ffb72ad7768ef62a1407b6ef62c2ff6beb45b0a30c2fe85e8d72c3e13068c92716e85f99f103b562c9e -DIST mate-desktop-1.14.1.tar.xz 829244 BLAKE2B baecc3f130d095b2f1c679591ac48c28cf5fcb2b785ecd55ff03fde7b7b44b72cdf52dc38d931a2a312ce2999e5d3fc4a48cede4fc19d1ee2aa85f7e6003861e SHA512 b8d9688bfbea83d1264bce32be72fcb629b007e073553af24a9a79895baa29db3137cf6eed6a1bdf1a0b16ba3e02de892e85cbcfa62b84773d02fce71311496d -DIST mate-desktop-1.16.2.tar.xz 822124 BLAKE2B 5c5ad8048dabfd460662e5c9b0f9ddc08119fc1eda31a6496ba3f344f4625e3243e9c88c1ea9fd2cdb54ffba7957ab0f6907beb5ec82dc81ab854d4e77567cd2 SHA512 da557edae0f5e2ed197b3d4601fa49e791274f7c5e6ba47846ee47d886ac660849786b7b143028826a5c29520465c06f100df7d9999717aace05d78d0da1f6d7 DIST mate-desktop-1.18.0.tar.xz 827332 BLAKE2B e5a0439c768a388a76f1bd2a7ba819d92fd020565d63d4b412c5edac54c28493e83d9fa9c5b9f7c82dd5d76338f257e7cb8db7318d7743f6101098f20d47db5c SHA512 0490e9810009923fa315e7f191103bc797c37f4417cf41bf317c55d26f7b52a848a65c28dde6903a861694c131ca52f3ed0be05cbbf6b2dd1cb216539f513220 diff --git a/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild b/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild deleted file mode 100644 index 59177607a9c1..000000000000 --- a/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit mate multilib python-r1 - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm x86" -fi - -DESCRIPTION="Libraries for the MATE desktop that are not part of the UI" -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" - -IUSE="X debug gtk3 +introspection startup-notification" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=dev-libs/glib-2.36:2 - x11-libs/cairo:0 - >=x11-libs/gdk-pixbuf-2.4:2[introspection?] - x11-libs/libX11:0 - >=x11-libs/libXrandr-1.3:0 - virtual/libintl:0 - !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] ) - gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) - startup-notification? ( >=x11-libs/startup-notification-0.5:0 )" - -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.40:* - >=gnome-base/dconf-0.13.4:0 - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto" - -src_configure() { - mate_src_configure \ - --enable-mate-about \ - --disable-mate-conf-import \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_with X x) \ - $(use_enable debug) \ - $(use_enable introspection) \ - $(use_enable startup-notification) -} diff --git a/mate-base/mate-desktop/mate-desktop-1.14.1.ebuild b/mate-base/mate-desktop/mate-desktop-1.14.1.ebuild deleted file mode 100644 index 6e2ff4767e73..000000000000 --- a/mate-base/mate-desktop/mate-desktop-1.14.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="Libraries for the MATE desktop that are not part of the UI" -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" - -IUSE="X debug gtk3 +introspection startup-notification" - -COMMON_DEPEND=" - >=dev-libs/glib-2.36:2 - >=gnome-base/dconf-0.13.4:0 - x11-libs/cairo:0 - x11-libs/libX11:0 - >=x11-libs/libXrandr-1.3:0 - virtual/libintl:0 - !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] ) - gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) - startup-notification? ( >=x11-libs/startup-notification-0.5:0 )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.40:* - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto" - -src_configure() { - mate_src_configure \ - --disable-mpaste \ - --enable-mate-about \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_with X x) \ - $(use_enable debug) \ - $(use_enable introspection) \ - $(use_enable startup-notification) -} diff --git a/mate-base/mate-desktop/mate-desktop-1.16.2.ebuild b/mate-base/mate-desktop/mate-desktop-1.16.2.ebuild deleted file mode 100644 index 6e2ff4767e73..000000000000 --- a/mate-base/mate-desktop/mate-desktop-1.16.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="Libraries for the MATE desktop that are not part of the UI" -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" - -IUSE="X debug gtk3 +introspection startup-notification" - -COMMON_DEPEND=" - >=dev-libs/glib-2.36:2 - >=gnome-base/dconf-0.13.4:0 - x11-libs/cairo:0 - x11-libs/libX11:0 - >=x11-libs/libXrandr-1.3:0 - virtual/libintl:0 - !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] ) - gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) - startup-notification? ( >=x11-libs/startup-notification-0.5:0 )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.40:* - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto" - -src_configure() { - mate_src_configure \ - --disable-mpaste \ - --enable-mate-about \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_with X x) \ - $(use_enable debug) \ - $(use_enable introspection) \ - $(use_enable startup-notification) -} diff --git a/mate-base/mate-desktop/metadata.xml b/mate-base/mate-desktop/metadata.xml index 5d6f0fede527..07d2ede1a16b 100644 --- a/mate-base/mate-desktop/metadata.xml +++ b/mate-base/mate-desktop/metadata.xml @@ -5,9 +5,6 @@ <email>mate@gentoo.org</email> <name>Gentoo MATE Desktop</name> </maintainer> - <use> - <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag> - </use> <upstream> <remote-id type="github">mate-desktop/mate-desktop</remote-id> </upstream> |