summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-15 00:23:30 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-15 00:24:53 +0300
commit81fdc331b7d322556bfa3000733a56d049a0422a (patch)
treeb27a27cc9e6e77b52c73b3faeeab87dc8289257c /x11-wm/marco
parentx11-themes/mate-themes: Drop old (diff)
downloadgentoo-81fdc331b7d322556bfa3000733a56d049a0422a.tar.gz
gentoo-81fdc331b7d322556bfa3000733a56d049a0422a.tar.bz2
gentoo-81fdc331b7d322556bfa3000733a56d049a0422a.zip
x11-wm/marco: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-wm/marco')
-rw-r--r--x11-wm/marco/Manifest1
-rw-r--r--x11-wm/marco/marco-1.18.2.ebuild70
2 files changed, 0 insertions, 71 deletions
diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
index edc980894c69..fb432a05fda5 100644
--- a/x11-wm/marco/Manifest
+++ b/x11-wm/marco/Manifest
@@ -1,2 +1 @@
-DIST marco-1.18.2.tar.xz 1255492 BLAKE2B 034ad26789f894d7fa829e48ed39d11925e304dd8f6c3c74b14972a332b63782d1a8c4cb5b81b20f4d8bc12a74d053bf587ed72e3c1dca8b4fddd567dd6551ef SHA512 f18cd8d46c2ad6e6d86e6e110fb588ea8c6c301c6ffc1ee72ce80984125be5cbdeb20bf4a7fe8d1d1a60b93c7cb32de8dbd00532462c5637b747068f96e79129
DIST marco-1.22.0.tar.xz 1406400 BLAKE2B 4c3ebf92111e2d211f80e3cf65e9eab661a8157e51021b5178f621113d739efda45eb15af4e87479587b530c773a7f7bd4c3bf85ffb053da9bf0ee3529073dd7 SHA512 0935ca1532fde882e21ebbc67b41afe80e15e8519b413b9b8bde351196be347a8dcac2e092da818ec0bc700216e38211f192a891eafec8ac7d9bf63d3a42328d
diff --git a/x11-wm/marco/marco-1.18.2.ebuild b/x11-wm/marco/marco-1.18.2.ebuild
deleted file mode 100644
index a4abca44a716..000000000000
--- a/x11-wm/marco/marco-1.18.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE2_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="startup-notification test xinerama"
-
-COMMON_DEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.32.10:2
- >=gnome-base/libgtop-2:2=
- media-libs/libcanberra:0[gtk3]
- x11-libs/cairo:0
- >=x11-libs/pango-1.2:0[X]
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.0:3
- x11-libs/libICE:0
- x11-libs/libSM:0
- x11-libs/libX11:0
- >=x11-libs/libXcomposite-0.3:0
- x11-libs/libXcursor:0
- x11-libs/libXdamage:0
- x11-libs/libXext:0
- x11-libs/libXfixes:0
- x11-libs/libXrandr:0
- x11-libs/libXrender:0
- >=x11-libs/startup-notification-0.7:0
- virtual/libintl:0
- xinerama? ( x11-libs/libXinerama:0 )
- !!x11-wm/mate-window-manager"
-
-RDEPEND="${COMMON_DEPEND}
- gnome-extra/zenity:0
- >=mate-base/mate-desktop-1.17.0"
-
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.34.90:*
- sys-devel/gettext:*
- virtual/pkgconfig:*
- x11-base/xorg-proto
- test? ( app-text/docbook-xml-dtd:4.5 )"
-
-src_configure() {
- mate_src_configure \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-xsync \
- $(use_enable startup-notification) \
- $(use_enable xinerama)
-}
-
-src_install() {
- mate_src_install
- dodoc {,doc/}*.txt
-}