From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/
Date: Mon, 25 Sep 2017 16:36:54 +0000 (UTC) [thread overview]
Message-ID: <1506357392.0bea32b9c18adaa7fd1aee3de4db03f8e454a99c.leio@gentoo> (raw)
commit: 0bea32b9c18adaa7fd1aee3de4db03f8e454a99c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 16:33:47 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 16:36:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bea32b9
app-misc/bijiben: remove old
Closes: https://bugs.gentoo.org/629124
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-misc/bijiben/Manifest | 3 ---
app-misc/bijiben/bijiben-3.20.2.ebuild | 41 ----------------------------------
app-misc/bijiben/bijiben-3.21.2.ebuild | 39 --------------------------------
app-misc/bijiben/bijiben-3.24.1.ebuild | 40 ---------------------------------
4 files changed, 123 deletions(-)
diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest
index 0759692d98a..f327f7c44ff 100644
--- a/app-misc/bijiben/Manifest
+++ b/app-misc/bijiben/Manifest
@@ -1,5 +1,2 @@
-DIST bijiben-3.20.2.tar.xz 779580 SHA256 5774dfdedb79f5ffe5bac3cebe0816dc7e6410381744dcb999815061dee6a981 SHA512 11c00602ba5d10b30c6ce2a32f6ba854e93f2b5eecb9a6eb10ecfa5c700f59b1e96359290771afe72d01bc6275ef6e29d34cbcb5b32e4bed225749e01ad7626d WHIRLPOOL 3905d6e3a52f9a82088b9a8428a86da0d232978ef26fe1652d80a3cf8dec86c2b481b695157e08cea4c8295f53ebb39af4c0783c9912fb5a053c72205addde8f
-DIST bijiben-3.21.2.tar.xz 786676 SHA256 d7f05abd82da837d8d48d9f7acc6035a289d934c722fc89870d17007ba158e0d SHA512 3de700ec9474402062b831460d5178a8bad11580fa8aa9082f325df382b7ed6ae6cede209d6494b09a6292f8babc7f6fd56611e7404f19c8a5335ae697b76b70 WHIRLPOOL 566e230536a2ddcee695e3a84b47bfb9c00612f1af24f3e2ce49eb98b235628ca164fbf04dd537e098c87067d04adde7f8a36bb2944d807025a7792c418b097f
DIST bijiben-3.24.0.tar.xz 830884 SHA256 2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6 SHA512 aba794d275b05f2267b7dfdd3f3933c5197d3596e06e72b0ae3d1f9855310761e5ff1b42ec7088fe7c90f55a6ffc64f6c508d72edc389d74256a9bcec90767d1 WHIRLPOOL b52996d7f7f061aa58548d7f199566f624ce6b154d2e4441f7b5d8a84478bc4c459339e9cd18338b171405025cded66c16d38dac736ac74b198b23999319956c
-DIST bijiben-3.24.1.tar.xz 837840 SHA256 2602fc3f8ce5c39813b4273ceed7bdb014b1cf1fa82a6757fc25e5078be4f741 SHA512 c1b14823d291b96b5ce4172d129f696905bc2349ef94ae98473b675358ca7672d5e0b7af66fe1b3288b5bcbc25820531e7229204fdf0b789abfb6d3572e52af1 WHIRLPOOL 8fadf2aaca38fcdd7d4df7d0155ad58929ab9b4d28a21ab18b25ae8073bf4aede30a993634c78c87ca069eeaaeb5e170117a0f25d5f0611b216217fa12c5e0c7
DIST bijiben-3.24.2.tar.xz 843548 SHA256 14687441988948c5a98ecc3810476519494d2c1838afefd5f016a96fc3d99a6e SHA512 e5571c793fc75b1038a024f0f73b539079ca4415c7f4fd0756314a14baa1fe679d9513bf8c291aa20170f35616be409ebd0360e3d3ec8f962f2d3d143e02185e WHIRLPOOL bd511bd94c964c6a4c2959f379f2d55b57eaf171305e6b32451952428a67c60a5b708ce1ee5403a9adcb6292fb0a0f8e23e4c6f37e41c238006c0683f4a07e4f
diff --git a/app-misc/bijiben/bijiben-3.20.2.ebuild b/app-misc/bijiben/bijiben-3.20.2.ebuild
deleted file mode 100644
index 9b22d3c7fd0..00000000000
--- a/app-misc/bijiben/bijiben-3.20.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="zeitgeist"
-
-RDEPEND="
- >=app-misc/tracker-1:=
- >=dev-libs/glib-2.28:2
- dev-libs/libxml2
- >=gnome-extra/evolution-data-server-3.13.90:=
- net-libs/gnome-online-accounts:=
- net-libs/webkit-gtk:3
- sys-apps/util-linux
- >=x11-libs/gtk+-3.11.4:3
- zeitgeist? ( gnome-extra/zeitgeist )
-"
-DEPEND="${RDEPEND}
- dev-libs/appstream-glib
- dev-util/gdbus-codegen
- >=dev-util/intltool-0.50.1
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Needed by eautoreconf:
-# app-text/yelp-tools
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable zeitgeist) \
- --disable-update-mimedb
-}
diff --git a/app-misc/bijiben/bijiben-3.21.2.ebuild b/app-misc/bijiben/bijiben-3.21.2.ebuild
deleted file mode 100644
index cccddf74f65..00000000000
--- a/app-misc/bijiben/bijiben-3.21.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="zeitgeist"
-
-RDEPEND="
- >=app-misc/tracker-1:=
- >=dev-libs/glib-2.28:2
- dev-libs/libxml2
- >=gnome-extra/evolution-data-server-3.13.90:=
- net-libs/gnome-online-accounts:=
- net-libs/webkit-gtk:3
- sys-apps/util-linux
- >=x11-libs/gtk+-3.11.4:3
- zeitgeist? ( gnome-extra/zeitgeist )
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- dev-libs/appstream-glib
- dev-util/gdbus-codegen
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable zeitgeist) \
- --disable-update-mimedb
-}
diff --git a/app-misc/bijiben/bijiben-3.24.1.ebuild b/app-misc/bijiben/bijiben-3.24.1.ebuild
deleted file mode 100644
index 2054bf24025..00000000000
--- a/app-misc/bijiben/bijiben-3.24.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="zeitgeist"
-
-# XXX: raise glib dependency when Gnome 3.26 enters tree
-RDEPEND="
- >=dev-libs/glib-2.28:2
- >=x11-libs/gtk+-3.11.4:3
- >=gnome-extra/evolution-data-server-3.13.90:=
- >=net-libs/webkit-gtk-2.10.0:4
- net-libs/gnome-online-accounts:=
- dev-libs/libxml2
- >=app-misc/tracker-1:=
- sys-apps/util-linux
- zeitgeist? ( gnome-extra/zeitgeist )
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- dev-libs/appstream-glib
- dev-util/gdbus-codegen
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Needed if eautoreconf:
-# sys-devel/autoconf-archive
-
-src_configure() {
- gnome2_src_configure $(use_enable zeitgeist)
-}
next reply other threads:[~2017-09-25 16:36 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-25 16:36 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-29 10:42 [gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/ Pacho Ramos
2022-10-29 22:33 Matt Turner
2022-05-20 18:04 Pacho Ramos
2021-08-13 16:27 Mart Raudsepp
2021-04-30 20:06 Matt Turner
2020-08-14 8:23 Mart Raudsepp
2020-04-20 20:30 Mart Raudsepp
2020-03-01 16:18 Mart Raudsepp
2020-02-29 21:22 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-09-07 22:09 Mart Raudsepp
2019-04-10 12:20 Mart Raudsepp
2019-04-09 21:09 Mikle Kolyada
2019-04-08 2:18 Thomas Deutschmann
2019-02-22 18:03 Mart Raudsepp
2019-02-15 13:42 Mart Raudsepp
2018-12-02 14:29 Mikle Kolyada
2018-12-02 11:47 Mart Raudsepp
2018-12-02 11:47 Mart Raudsepp
2018-12-02 10:12 Mikle Kolyada
2018-08-03 11:45 Mart Raudsepp
2018-01-28 14:26 Mikle Kolyada
2017-12-20 20:23 Mart Raudsepp
2017-12-19 19:14 Thomas Deutschmann
2017-09-23 21:13 Thomas Deutschmann
2017-09-12 6:28 Gilles Dartiguelongue
2017-08-17 7:40 Gilles Dartiguelongue
2017-07-15 11:04 Tobias Klausmann
2017-06-07 8:08 Mart Raudsepp
2016-10-20 7:42 Gilles Dartiguelongue
2016-10-20 7:42 Gilles Dartiguelongue
2016-06-24 20:44 Pacho Ramos
2016-06-24 20:44 Pacho Ramos
2015-11-26 15:15 Gilles Dartiguelongue
2015-11-09 10:22 Pacho Ramos
2015-09-07 16:24 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=1506357392.0bea32b9c18adaa7fd1aee3de4db03f8e454a99c.leio@gentoo \
--to=leio@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