summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-09 08:40:43 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-09 08:41:59 +0100
commit22d0a2c2cde3083896142745e87e9fc8f4bc425f (patch)
tree496f383d5c12f2d65e81c6c66f99edb285e6624c /app-office
parentxfce-extra/multiload-nandhp: Remove last-rited pkg (diff)
downloadgentoo-22d0a2c2cde3083896142745e87e9fc8f4bc425f.tar.gz
gentoo-22d0a2c2cde3083896142745e87e9fc8f4bc425f.tar.bz2
gentoo-22d0a2c2cde3083896142745e87e9fc8f4bc425f.zip
app-office/orage: Remove last-rited pkg
Closes: https://bugs.gentoo.org/732750 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/orage/Manifest1
-rw-r--r--app-office/orage/files/0001-fix-build-with-libical-version-3.patch76
-rw-r--r--app-office/orage/metadata.xml12
-rw-r--r--app-office/orage/orage-4.12.1-r2.ebuild67
4 files changed, 0 insertions, 156 deletions
diff --git a/app-office/orage/Manifest b/app-office/orage/Manifest
deleted file mode 100644
index 295dc6329f73..000000000000
--- a/app-office/orage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST orage-4.12.1.tar.bz2 2590788 BLAKE2B 0f00b5704e11923c2ceaac81f0956457402a90f65709c165c98b6942745ea3adee176691555a18548ead258951693187e1b3ce9a718abb3b13c2a1c2a4754e7e SHA512 3fec0201171140586cdc9bcf151450a7086515e18b5815afe4fe4c4726ba554c50582b0479e52985b330140c51b7233ef81f678f986f848afbeee74c66b2d196
diff --git a/app-office/orage/files/0001-fix-build-with-libical-version-3.patch b/app-office/orage/files/0001-fix-build-with-libical-version-3.patch
deleted file mode 100644
index ad57fd3cbc91..000000000000
--- a/app-office/orage/files/0001-fix-build-with-libical-version-3.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 58e4bb4d3b982876dec33d55003d591559439598 Mon Sep 17 00:00:00 2001
-From: Stefan Seyfried <seife+dev@b1-systems.com>
-Date: Sat, 3 Mar 2018 20:25:24 +0100
-Subject: [PATCH] fix build with libical version 3
-
----
- src/ical-code.c | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
-
-diff --git a/src/ical-code.c b/src/ical-code.c
-index d5831404..c40042c3 100644
---- a/src/ical-code.c
-+++ b/src/ical-code.c
-@@ -2579,7 +2579,9 @@ static struct icaltimetype count_first_alarm_time(xfical_period per
- * when counting alarm time. */
- if (rel == ICAL_RELATED_START) {
- per.stime.is_date = 0;
-+#if ICAL_MAJOR_VERSION < 3
- per.stime.is_utc = 1;
-+#endif
- per.stime.is_daylight = 0;
- per.stime.zone = utc_icaltimezone;
- per.stime.hour = 0;
-@@ -2588,7 +2590,9 @@ static struct icaltimetype count_first_alarm_time(xfical_period per
- }
- else {
- per.etime.is_date = 0;
-+#if ICAL_MAJOR_VERSION < 3
- per.etime.is_utc = 1;
-+#endif
- per.etime.is_daylight = 0;
- per.etime.zone = utc_icaltimezone;
- per.etime.hour = 0;
-@@ -2613,7 +2617,9 @@ static struct icaltimetype count_next_alarm_time(struct icaltimetype start_time
- /* HACK: convert to UTC time so that we can use time arithmetic
- * when counting alarm time. */
- start_time.is_date = 0;
-+#if ICAL_MAJOR_VERSION < 3
- start_time.is_utc = 1;
-+#endif
- start_time.is_daylight = 0;
- start_time.zone = utc_icaltimezone;
- start_time.hour = 0;
-@@ -2768,7 +2774,9 @@ static alarm_struct *process_alarm_trigger(icalcomponent *c
- */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc = 0;
-+#endif
- next_alarm_time.is_daylight = 0;
- next_alarm_time.zone = local_icaltimezone;
- }
-@@ -2850,7 +2858,9 @@ orage_message(120, P_N "Alarm rec loop next_start:%s next_alarm:%s per.stime:%s"
- */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc = 0;
-+#endif
- next_alarm_time.is_daylight = 0;
- next_alarm_time.zone = local_icaltimezone;
- }
-@@ -2944,7 +2954,9 @@ orage_message(120, P_N "*****After loop Alarm %s %s", icaltime_as_ical_string(ne
- */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc = 0;
-+#endif
- next_alarm_time.is_daylight = 0;
- next_alarm_time.zone = local_icaltimezone;
- }
---
-2.16.2
-
diff --git a/app-office/orage/metadata.xml b/app-office/orage/metadata.xml
deleted file mode 100644
index 71878d4da925..000000000000
--- a/app-office/orage/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
- <use>
- <flag name='clock-panel-plugin'>Build the clock plugin for the XFCE
- panel</flag>
- </use>
-</pkgmetadata>
diff --git a/app-office/orage/orage-4.12.1-r2.ebuild b/app-office/orage/orage-4.12.1-r2.ebuild
deleted file mode 100644
index 266c7de0db42..000000000000
--- a/app-office/orage/orage-4.12.1-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A time managing application (and panel plug-in) for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/apps/orage/"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="berkdb +clock-panel-plugin dbus libnotify"
-
-RDEPEND=">=dev-libs/libical-0.48:=
- dev-libs/popt:=
- >=x11-libs/gtk+-2.10:2=
- berkdb? ( >=sys-libs/db-4:= )
- clock-panel-plugin? ( <xfce-base/xfce4-panel-4.15:=[gtk2(+)] )
- dbus? ( >=dev-libs/dbus-glib-0.100:= )
- libnotify? ( >=x11-libs/libnotify-0.7:= )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- >=sys-devel/libtool-2.2.6
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/0001-fix-build-with-libical-version-3.patch
-)
-
-src_configure() {
- local myconf=(
- --libexecdir="${EPREFIX}/usr/$(get_libdir)"
- --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
- $(use_enable clock-panel-plugin libxfce4panel)
- $(use_enable dbus)
- $(use_enable libnotify)
- $(use_with berkdb bdb4)
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_preinst() {
- # Replacing directory by symlink is unreliable
- if [[ -L ${EROOT}/usr/share/orage/doc/C ]]; then
- rm -f "${EROOT}/usr/share/orage/doc/C" || die
- fi
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}