From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notes-plugin/
Date: Fri, 19 Feb 2016 19:42:33 +0000 (UTC) [thread overview]
Message-ID: <1455910949.d550c26daf3cf029a81067b3e5fd3a69cb5cf7a8.mgorny@gentoo> (raw)
commit: d550c26daf3cf029a81067b3e5fd3a69cb5cf7a8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 18:30:56 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 19:42:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d550c26d
xfce-extra/xfce4-notes-plugin: Drop old
| 2 --
.../xfce4-notes-plugin-1.7.7.ebuild | 31 ----------------------
.../xfce4-notes-plugin-1.8.0.ebuild | 30 ---------------------
3 files changed, 63 deletions(-)
--git a/xfce-extra/xfce4-notes-plugin/Manifest b/xfce-extra/xfce4-notes-plugin/Manifest
index caac4fc..effdc63 100644
--- a/xfce-extra/xfce4-notes-plugin/Manifest
+++ b/xfce-extra/xfce4-notes-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-notes-plugin-1.7.7.tar.bz2 472082 SHA256 a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217 SHA512 27172da495ee800c181e22839eb2761f3951c1ab18030680af28d132b6014fd5705ca7bbdcea77520afa55d242dc1351f1fcee0936d47ef6847528d5001fc52c WHIRLPOOL b3e41e1ab115bbede6fc52607d76f2f448fafbd5c4c7ba3041f6ca964376de61664b3ff31e63ab1fee4b2e13f5051d17bc6470ca5642c32c5d804fa5c40762e0
-DIST xfce4-notes-plugin-1.8.0.tar.bz2 469959 SHA256 3627b7da0533ca3fb10310f287dc0d569470960ffdaea7678fd878a20d409678 SHA512 ef1817fc0b8202f789cf0b6c0db3c0fea8cbdcaee33501db4e3f551bbe7609eb984dfd4f6be87e0c883e7d18d303dd46922676d3cb7f0249d03e60eb50ccb11f WHIRLPOOL c10f56256788db885f701dc754d3dad7756843cc2d25b10fe82c86da6f164326fd74f8ef07760e8dc06b7402c0165e8f3474381eec6d9ead2bee7bc7d5cc9a50
DIST xfce4-notes-plugin-1.8.1.tar.bz2 479652 SHA256 07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2 SHA512 3e3f2513aaa5d26880d21ba31458aa8b79c1e01cac47141513d61002df9535e52ca2c14a8da6cddd54fcab3bcda6199c636cce045cea9bd4548f5fc763e069f3 WHIRLPOOL cacb0549bccc06266671b414ac65cb1937e2ec64498792abfa255f37418aeebf0632fcc13234d96b860b952fa0f2c93597cf52e386e46ede4ef85006b0763324
diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild
deleted file mode 100644
index ec2fe77..0000000
--- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Xfce4 panel sticky notes plugin"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.7/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16:2
- >=x11-libs/gtk+-2.18:2
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8
- >=xfce-base/xfconf-4.8
- dev-libs/libunique:1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- XFCONF=( --disable-static )
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild
deleted file mode 100644
index b8623dc..0000000
--- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit versionator xfconf
-
-DESCRIPTION="Xfce4 panel sticky notes plugin"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.24:2=
- >=x11-libs/gtk+-2.20:2=
- >=xfce-base/libxfce4ui-4.10:=
- >=xfce-base/libxfce4util-4.10:=
- >=xfce-base/xfce4-panel-4.10:=
- >=xfce-base/xfconf-4.10:=
- dev-libs/libunique:1="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
next reply other threads:[~2016-02-19 19:42 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 19:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-22 3:00 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notes-plugin/ Michał Górny
2025-06-07 12:49 Arthur Zamarin
2025-06-07 9:28 Michał Górny
2025-05-20 13:20 Michał Górny
2025-03-18 0:55 Sam James
2025-03-18 0:55 Sam James
2025-03-01 8:31 Michał Górny
2025-02-02 3:22 Michał Górny
2025-01-25 10:05 Arthur Zamarin
2024-12-29 14:24 Michał Górny
2024-02-24 8:49 Michał Górny
2024-02-24 2:44 Ionen Wolkens
2024-02-24 2:44 Ionen Wolkens
2024-02-09 1:04 Sam James
2024-02-09 1:04 Sam James
2024-02-08 15:28 Michał Górny
2024-01-13 20:15 Michał Górny
2023-06-11 16:18 Michał Górny
2023-06-11 15:04 Sam James
2023-06-11 15:04 Sam James
2023-06-11 15:04 Sam James
2023-06-11 13:46 Sam James
2023-03-18 15:03 Michał Górny
2021-11-19 6:24 Yixun Lan
2021-02-18 22:08 Sam James
2021-02-18 7:26 Sam James
2021-02-08 6:11 Sam James
2021-02-08 6:05 Sam James
2021-01-18 23:34 Michał Górny
2019-12-06 14:20 Michał Górny
2019-10-20 11:07 Michał Górny
2019-10-20 9:06 Michał Górny
2019-08-22 12:31 Michał Górny
2019-08-22 11:15 Michał Górny
2019-07-23 14:11 Kent Fredric
2019-05-18 11:11 Michał Górny
2019-05-02 22:00 Michał Górny
2019-05-02 21:34 Mikle Kolyada
2019-05-02 21:34 Mikle Kolyada
2019-04-28 13:03 Sergei Trofimovich
2019-04-28 7:42 Sergei Trofimovich
2019-04-21 19:19 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-10 8:19 Michał Górny
2019-04-09 14:33 Michał Górny
2018-04-08 9:04 Michał Górny
2017-01-30 7:37 Fabian Groffen
2015-10-17 18:32 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455910949.d550c26daf3cf029a81067b3e5fd3a69cb5cf7a8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox