diff options
author | Ettore Di Giacinto <mudler@gentoo.org> | 2016-10-21 21:20:57 +0200 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2016-11-24 23:21:09 +0100 |
commit | e7e4bc05583a6a10c80d5682d8b480f590a00191 (patch) | |
tree | f8259683600cbc2e29ccebf1b9dff8f618348d71 /mate-base | |
parent | media-gfx/eom: Drop 1.10.x (diff) | |
download | gentoo-e7e4bc05583a6a10c80d5682d8b480f590a00191.tar.gz gentoo-e7e4bc05583a6a10c80d5682d8b480f590a00191.tar.bz2 gentoo-e7e4bc05583a6a10c80d5682d8b480f590a00191.zip |
mate-base/mate-applets: Drop 1.10.x
Package-Manager: portage-2.3.1
Diffstat (limited to 'mate-base')
4 files changed, 0 insertions, 232 deletions
diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest index a9583efe7208..6314ba46148b 100644 --- a/mate-base/mate-applets/Manifest +++ b/mate-base/mate-applets/Manifest @@ -1,3 +1,2 @@ -DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3 WHIRLPOOL ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298 DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234 WHIRLPOOL 9f3569fcdd610935689a54600153bbbb47ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620 DIST mate-applets-1.14.1.tar.xz 7151156 SHA256 411dc105afae61b2ee0e3b197ea0a00f8670ceb680dd5a549f8ef586289b9d6a SHA512 f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d WHIRLPOOL 90d13900c8aaed4a08e6d4f55adf600f1da82900f164d9bf5c7a8a6c9e51452668bacbe5e8ae7ee4ccaa156d70121dffefe1c8cce8bd12ad190e5c04d42b1c0e diff --git a/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch b/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch deleted file mode 100644 index 41370299b511..000000000000 --- a/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 0a9439346e00aded616fe99773ffec2f3f7bcc49 Mon Sep 17 00:00:00 2001 -From: raveit65 <chat-to-me@raveit.de> -Date: Thu, 1 Oct 2015 00:27:53 +0200 -Subject: [PATCH] drop dpendency to mate-icon-theme - -The dependency is not really needed; depending on GTK+ should be enough -to guarantee the presence of a spec-compliant icon theme. ---- - configure.ac | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/configure.ac b/configure.ac -index b69e1a4..284dba7 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -20,7 +20,6 @@ LIBNOTIFY_REQUIRED=0.7.0 - UPOWER_REQUIRED=0.9.4 - DBUS_REQUIRED=1.1.2 - DBUS_GLIB_REQUIRED=0.74 --MATE_ICON_THEME_REQUIRED=1.1.0 - LIBXML_REQUIRED=2.5.0 - POLKIT_REQUIRED=0.92 - dnl *************************************************************************** -@@ -122,9 +121,6 @@ dnl *************************************************************************** - dnl *** Use pkg-config to check for dependancies *** - dnl *************************************************************************** - --dnl -- Check for mate-icon-theme (required) ---------------------------------- --PKG_CHECK_MODULES(GIT, mate-icon-theme >= $MATE_ICON_THEME_REQUIRED) -- - dnl -- check for gio (required) ------------------------------------------ - PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0) - AC_SUBST(GIO_CFLAGS) diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild deleted file mode 100644 index ebfebd09b6c8..000000000000 --- a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) - -inherit eutils gnome2 python-single-r1 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Applets for the MATE Desktop and Panel" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -IUSE="X ipv6 policykit +upower" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - app-text/rarian:0 - dev-libs/atk:0 - >=dev-libs/dbus-glib-0.74:0 - >=dev-libs/glib-2.36:2 - >=dev-libs/libmateweather-1.10:0 - >=dev-libs/libxml2-2.5:2 - dev-python/pygobject:3 - >=gnome-base/libgtop-2.11.92:2= - >=gnome-extra/gucharmap-2.32.1:0 - >=mate-base/mate-desktop-1.10:0 - >=mate-base/mate-panel-1.10:0 - >=mate-base/mate-settings-daemon-1.10:0 - >=sys-apps/dbus-1.1.2:0 - sys-power/cpupower - upower? ( || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 ) ) - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.24:2 - x11-libs/gtksourceview:2.0 - >=x11-libs/libnotify-0.7:0 - x11-libs/libX11:0 - >=x11-libs/libwnck-2.30:1 - x11-libs/pango:0 - >=x11-themes/mate-icon-theme-1.10:0 - virtual/libintl:0 - policykit? ( >=sys-auth/polkit-0.92:0 )" - -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.3 - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools:0 - >=dev-util/intltool-0.35:* - dev-libs/libxslt:0 - >=mate-base/mate-common-1.10:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -src_configure() { - gnome2_src_configure \ - --libexecdir=/usr/libexec/mate-applets \ - --with-cpufreq-lib=cpupower \ - $(use_enable ipv6) \ - $(use_enable policykit polkit) \ - $(use_with upower) \ - $(use_with X x) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - emake check -} - -DOCS="AUTHORS ChangeLog NEWS README" - -src_install() { - python_fix_shebang invest-applet - gnome2_src_install - - local APPLETS="accessx-status battstat charpick command cpufreq drivemount - geyes invest-applet mateweather multiload null_applet stickynotes - timerapplet trashapplet" - - for applet in ${APPLETS}; do - docinto ${applet} - - for d in AUTHORS ChangeLog NEWS README README.themes TODO; do - [ -s ${applet}/${d} ] && dodoc ${applet}/${d} - done - done -} diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild deleted file mode 100644 index fdde0c29dc37..000000000000 --- a/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) - -inherit eutils gnome2 python-single-r1 autotools versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Applets for the MATE Desktop and Panel" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="X ipv6 policykit +upower" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - app-text/rarian:0 - dev-libs/atk:0 - >=dev-libs/dbus-glib-0.74:0 - >=dev-libs/glib-2.36:2 - >=dev-libs/libmateweather-1.10:0 - >=dev-libs/libxml2-2.5:2 - dev-python/pygobject:3 - >=gnome-base/libgtop-2.11.92:2= - >=gnome-extra/gucharmap-2.32.1:0 - >=mate-base/mate-desktop-1.10:0 - >=mate-base/mate-panel-1.10:0 - >=mate-base/mate-settings-daemon-1.10:0 - >=sys-apps/dbus-1.1.2:0 - sys-power/cpupower - upower? ( || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 ) ) - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.24:2 - x11-libs/gtksourceview:2.0 - >=x11-libs/libnotify-0.7:0 - x11-libs/libX11:0 - >=x11-libs/libwnck-2.30:1 - x11-libs/pango:0 - virtual/libintl:0 - policykit? ( >=sys-auth/polkit-0.92:0 )" - -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.3 - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools:0 - >=dev-util/intltool-0.35:* - dev-libs/libxslt:0 - >=mate-base/mate-common-1.10:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -PATCHES=( - "${FILESDIR}/${PN}-1.10.4-cpupower-4.7.patch" - "${FILESDIR}/${PN}-1.10.4-drop-icon-theme-dep.patch" -) - -src_prepare() { - epatch ${PATCHES[@]} - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --libexecdir=/usr/libexec/mate-applets \ - --with-cpufreq-lib=cpupower \ - $(use_enable ipv6) \ - $(use_enable policykit polkit) \ - $(use_with upower) \ - $(use_with X x) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - emake check -} - -DOCS="AUTHORS ChangeLog NEWS README" - -src_install() { - python_fix_shebang invest-applet - gnome2_src_install - - local APPLETS="accessx-status battstat charpick command cpufreq drivemount - geyes invest-applet mateweather multiload null_applet stickynotes - timerapplet trashapplet" - - for applet in ${APPLETS}; do - docinto ${applet} - - for d in AUTHORS ChangeLog NEWS README README.themes TODO; do - [ -s ${applet}/${d} ] && dodoc ${applet}/${d} - done - done -} |