* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-06-05 8:20 Patrice Clement
0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-06-05 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 005c3bafae45879eb5f9e7dbd9d6c751bd8d3876
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sat Jun 4 23:42:19 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 07:51:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005c3baf
app-editors/gummi: bump 0.6.6 to EAPI 6
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1611
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-editors/gummi/gummi-0.6.6.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
index 99c5400..48a1261 100644
--- a/app-editors/gummi/gummi-0.6.6.ebuild
+++ b/app-editors/gummi/gummi-0.6.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit autotools eutils
@@ -18,7 +18,7 @@ IUSE=""
LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
for X in ${LANGS} ; do
- IUSE="${IUSE} +linguas_${X}"
+ IUSE="${IUSE} linguas_${X}"
done
RDEPEND="
@@ -38,10 +38,11 @@ DOCS=( AUTHORS ChangeLog README.md )
src_prepare() {
strip-linguas ${LANGS}
eautoreconf
+ default
}
pkg_postinst() {
- elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-** packages"
- elog "for your language of choice."
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2022-10-11 13:36 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2022-10-11 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 0786521a15f452598ee2d430c4b552f0b30a7820
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Wed Sep 28 08:37:42 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 13:36:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0786521a
app-editors/gummi: drop 0.8.2
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/27505
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.8.2.ebuild | 45 ------------------------------------
2 files changed, 46 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 38c014f280d0..aee993906ab2 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1 @@
-DIST gummi-0.8.2.tar.gz 595733 BLAKE2B 9c7366df2b8fe40f7876f065a1156eb4992048b3eaec5dde332c50ccb98ef2a5d8d2cbe73ebb56eb3736bbce49f3168f165db82f562ee7265ce0859952801a2c SHA512 3882f1e2779b94348cc0cc243c3968a78165c16de41029f9fcb8ba2fa942d329c43f5ecc8ba8327590e14343556ca472a51d1e824ce0985a415ab92aa2cbbc42
DIST gummi-0.8.3.tar.gz 590485 BLAKE2B d919544eca87e22da49afc879933b5b54b23ed0a21303c95deb405c5ecdec57981d19f526e7cef27f904a6cc1fb5e1bea7af1131578b0f4275460035a5d9167f SHA512 c8c7b5427ed37a995bc8c6f814a5af2926595acfe4dea649e02af424291b8dff0d7264f1e68c7a86b457a9710ad6b18fed2238f1adeec91360921a242a7cb980
diff --git a/app-editors/gummi/gummi-0.8.2.ebuild b/app-editors/gummi/gummi-0.8.2.ebuild
deleted file mode 100644
index f9323abad36c..000000000000
--- a/app-editors/gummi/gummi-0.8.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
- app-text/gtkspell:3
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- x11-libs/pango
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2022-09-28 6:31 Jakov Smolić
0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-09-28 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 8cecc61196524168c6459d554bd08767f6f4144a
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 06:31:02 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 06:31:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cecc611
app-editors/gummi: Stabilize 0.8.3 x86, #873208
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-editors/gummi/gummi-0.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.8.3.ebuild b/app-editors/gummi/gummi-0.8.3.ebuild
index 50f7f7ee8b41..30dd96701486 100644
--- a/app-editors/gummi/gummi-0.8.3.ebuild
+++ b/app-editors/gummi/gummi-0.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
RDEPEND="
app-text/gtkspell:3
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2022-09-28 6:31 Jakov Smolić
0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-09-28 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 65a7ed3df788517260ca94414da4c20c4e697e97
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 06:30:33 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 06:30:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a7ed3d
app-editors/gummi: Stabilize 0.8.3 amd64, #873208
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-editors/gummi/gummi-0.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.8.3.ebuild b/app-editors/gummi/gummi-0.8.3.ebuild
index 71b4d8dc5e59..50f7f7ee8b41 100644
--- a/app-editors/gummi/gummi-0.8.3.ebuild
+++ b/app-editors/gummi/gummi-0.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
RDEPEND="
app-text/gtkspell:3
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2022-05-14 3:00 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-05-14 3:00 UTC (permalink / raw
To: gentoo-commits
commit: abb381d721ba3103db795b85a83367d00b595d93
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sun May 8 00:19:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 14 02:57:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb381d7
app-editors/gummi: Bump to 0.8.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/25378
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.8.3.ebuild | 45 ++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index d7f56fa46a92..38c014f280d0 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1 +1,2 @@
DIST gummi-0.8.2.tar.gz 595733 BLAKE2B 9c7366df2b8fe40f7876f065a1156eb4992048b3eaec5dde332c50ccb98ef2a5d8d2cbe73ebb56eb3736bbce49f3168f165db82f562ee7265ce0859952801a2c SHA512 3882f1e2779b94348cc0cc243c3968a78165c16de41029f9fcb8ba2fa942d329c43f5ecc8ba8327590e14343556ca472a51d1e824ce0985a415ab92aa2cbbc42
+DIST gummi-0.8.3.tar.gz 590485 BLAKE2B d919544eca87e22da49afc879933b5b54b23ed0a21303c95deb405c5ecdec57981d19f526e7cef27f904a6cc1fb5e1bea7af1131578b0f4275460035a5d9167f SHA512 c8c7b5427ed37a995bc8c6f814a5af2926595acfe4dea649e02af424291b8dff0d7264f1e68c7a86b457a9710ad6b18fed2238f1adeec91360921a242a7cb980
diff --git a/app-editors/gummi/gummi-0.8.3.ebuild b/app-editors/gummi/gummi-0.8.3.ebuild
new file mode 100644
index 000000000000..71b4d8dc5e59
--- /dev/null
+++ b/app-editors/gummi/gummi-0.8.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ app-text/gtkspell:3
+ app-text/poppler[cairo]
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2021-07-21 22:05 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2021-07-21 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 47d59a666a7a4c3d4b77ede3a87d9527b4f5cb18
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Tue Jul 20 19:11:02 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 22:02:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d59a66
app-editors/gummi: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/21731
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.8.1.ebuild | 46 ------------------------------------
2 files changed, 47 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index e20ee04bf93..d7f56fa46a9 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1 @@
-DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
DIST gummi-0.8.2.tar.gz 595733 BLAKE2B 9c7366df2b8fe40f7876f065a1156eb4992048b3eaec5dde332c50ccb98ef2a5d8d2cbe73ebb56eb3736bbce49f3168f165db82f562ee7265ce0859952801a2c SHA512 3882f1e2779b94348cc0cc243c3968a78165c16de41029f9fcb8ba2fa942d329c43f5ecc8ba8327590e14343556ca472a51d1e824ce0985a415ab92aa2cbbc42
diff --git a/app-editors/gummi/gummi-0.8.1.ebuild b/app-editors/gummi/gummi-0.8.1.ebuild
deleted file mode 100644
index 9c76d97c37c..00000000000
--- a/app-editors/gummi/gummi-0.8.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- app-text/gtkspell:3
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- x11-libs/pango
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2021-07-20 16:00 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-07-20 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 88c8e4773878df9614014fa2d75fb61575853ae1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 16:00:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:00:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c8e477
app-editors/gummi: Stabilize 0.8.2 x86, #803044
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/gummi/gummi-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.8.2.ebuild b/app-editors/gummi/gummi-0.8.2.ebuild
index 591c8fec792..1fa127ba4ab 100644
--- a/app-editors/gummi/gummi-0.8.2.ebuild
+++ b/app-editors/gummi/gummi-0.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
app-text/gtkspell:3
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2021-07-20 16:00 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-07-20 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 95d28e3432d3b2ea4aae3b8d88def75e2fe4cac2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 16:00:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:00:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d28e34
app-editors/gummi: Stabilize 0.8.2 amd64, #803044
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/gummi/gummi-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.8.2.ebuild b/app-editors/gummi/gummi-0.8.2.ebuild
index 9e9ee99f850..591c8fec792 100644
--- a/app-editors/gummi/gummi-0.8.2.ebuild
+++ b/app-editors/gummi/gummi-0.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
RDEPEND="
app-text/gtkspell:3
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2021-06-15 7:27 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2021-06-15 7:27 UTC (permalink / raw
To: gentoo-commits
commit: ff008adc36d9d8d713c2c7f8134e99ce56f17fd9
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Wed May 26 09:27:32 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 07:27:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff008adc
app-editors/gummi: Bump to 0.8.2
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/20993
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.8.2.ebuild | 45 ++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index b7602e36136..e20ee04bf93 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1 +1,2 @@
DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
+DIST gummi-0.8.2.tar.gz 595733 BLAKE2B 9c7366df2b8fe40f7876f065a1156eb4992048b3eaec5dde332c50ccb98ef2a5d8d2cbe73ebb56eb3736bbce49f3168f165db82f562ee7265ce0859952801a2c SHA512 3882f1e2779b94348cc0cc243c3968a78165c16de41029f9fcb8ba2fa942d329c43f5ecc8ba8327590e14343556ca472a51d1e824ce0985a415ab92aa2cbbc42
diff --git a/app-editors/gummi/gummi-0.8.2.ebuild b/app-editors/gummi/gummi-0.8.2.ebuild
new file mode 100644
index 00000000000..9e9ee99f850
--- /dev/null
+++ b/app-editors/gummi/gummi-0.8.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ app-text/gtkspell:3
+ app-text/poppler[cairo]
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2021-02-07 1:25 Aaron Bauman
0 siblings, 0 replies; 34+ messages in thread
From: Aaron Bauman @ 2021-02-07 1:25 UTC (permalink / raw
To: gentoo-commits
commit: a23525ea06649fe792e889be0aa2e50fc1530542
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 01:25:12 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 01:25:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23525ea
app-editors/gummi: drop old
Closes: https://bugs.gentoo.org/711752
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.6.6-r2.ebuild | 44 ---------------------------------
2 files changed, 45 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 7d306f77e9f..b7602e36136 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1 @@
-DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
diff --git a/app-editors/gummi/gummi-0.6.6-r2.ebuild b/app-editors/gummi/gummi-0.6.6-r2.ebuild
deleted file mode 100644
index f67449975de..00000000000
--- a/app-editors/gummi/gummi-0.6.6-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools xdg-utils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- app-text/gtkspell:2
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:2
- x11-libs/gtksourceview:2.0
- x11-libs/pango"
-
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2020-03-08 11:11 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-03-08 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 6a404c8a289ff430899296f8b0f203659f07166e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 11:11:42 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 11:11:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a404c8a
app-editors/gummi: x86 stable wrt bug #711752
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/gummi/gummi-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.8.1.ebuild b/app-editors/gummi/gummi-0.8.1.ebuild
index cfdd47955d0..9c76d97c37c 100644
--- a/app-editors/gummi/gummi-0.8.1.ebuild
+++ b/app-editors/gummi/gummi-0.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2020-03-07 12:02 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-03-07 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 11af3b3b7c4f8167c501e826b959ed841618ee20
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 7 12:02:27 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 7 12:02:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af3b3b
app-editors/gummi: amd64 stable wrt bug #711752
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/gummi/gummi-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.8.1.ebuild b/app-editors/gummi/gummi-0.8.1.ebuild
index df951917e00..cfdd47955d0 100644
--- a/app-editors/gummi/gummi-0.8.1.ebuild
+++ b/app-editors/gummi/gummi-0.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2020-01-28 15:03 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-28 15:03 UTC (permalink / raw
To: gentoo-commits
commit: fa2815f29cd127ca2841d0ed671d3262e5ba7da9
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Mon Jan 27 09:32:20 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:03:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2815f2
app-editors/gummi: Bump to 0.8.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.8.1.ebuild | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index e8d96e68b76..aba0b0e9edc 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1,3 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
DIST gummi-0.8.0.tar.gz 580933 BLAKE2B f0591d1acf244edb4cd2a6db109532b84dd0ec741e4575c1bdc690e0763a73ebe8e8882c328627908d9cc0c23ba50e94d1d0e5cea95e60a22d0a369cd4a1f8c1 SHA512 a4ae897a9f3f6f1dabb70a09801e83e0675934298caa022ddeb2c84f90d418cbc5b1a0e02b4b021f40daa784f145b5136b53ce70acf3e4834eea04afcb663b2b
+DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
diff --git a/app-editors/gummi/gummi-0.8.1.ebuild b/app-editors/gummi/gummi-0.8.1.ebuild
new file mode 100644
index 00000000000..df951917e00
--- /dev/null
+++ b/app-editors/gummi/gummi-0.8.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/gtkspell:3
+ app-text/poppler[cairo]
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2020-01-28 15:03 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-28 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 79f451c91ebaedbc274e9e3f25837eafe2ed5eae
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Mon Jan 27 09:33:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:03:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f451c9
app-editors/gummi: Remove 0.8.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/14469
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.8.0.ebuild | 46 ------------------------------------
2 files changed, 47 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index aba0b0e9edc..7d306f77e9f 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,3 +1,2 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
-DIST gummi-0.8.0.tar.gz 580933 BLAKE2B f0591d1acf244edb4cd2a6db109532b84dd0ec741e4575c1bdc690e0763a73ebe8e8882c328627908d9cc0c23ba50e94d1d0e5cea95e60a22d0a369cd4a1f8c1 SHA512 a4ae897a9f3f6f1dabb70a09801e83e0675934298caa022ddeb2c84f90d418cbc5b1a0e02b4b021f40daa784f145b5136b53ce70acf3e4834eea04afcb663b2b
DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
diff --git a/app-editors/gummi/gummi-0.8.0.ebuild b/app-editors/gummi/gummi-0.8.0.ebuild
deleted file mode 100644
index 1b970f9dfd1..00000000000
--- a/app-editors/gummi/gummi-0.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-text/gtkspell:3
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- x11-libs/pango
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2019-12-21 11:16 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-12-21 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 776236ca19957bd934ea160c3c297f1913b6bf9a
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Fri Dec 20 16:33:48 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 11:15:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776236ca
app-editors/gummi: Bump to 0.8.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.8.0.ebuild | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index e4c9787e6f0..6446de3f4d7 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1,3 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
DIST gummi-0.8.0-rc2.tar.gz 581744 BLAKE2B c0665c8c2f8d6c0b4472ce4b9510362b942b7197ce205be763afe6272c848d4195a31b1cab0515d2d68ed517b153d943d52909744d9c91097d6fbc2a9a2b8793 SHA512 cc50a1d331dd93cca50aa50d2ceeeaa37740631b3cacbfc22d6b0a706bf8d9b00fb0935d1c712534108a3d7b32420e6bebf3f5592cd36a92b290f49b355d22fb
+DIST gummi-0.8.0.tar.gz 580933 BLAKE2B f0591d1acf244edb4cd2a6db109532b84dd0ec741e4575c1bdc690e0763a73ebe8e8882c328627908d9cc0c23ba50e94d1d0e5cea95e60a22d0a369cd4a1f8c1 SHA512 a4ae897a9f3f6f1dabb70a09801e83e0675934298caa022ddeb2c84f90d418cbc5b1a0e02b4b021f40daa784f145b5136b53ce70acf3e4834eea04afcb663b2b
diff --git a/app-editors/gummi/gummi-0.8.0.ebuild b/app-editors/gummi/gummi-0.8.0.ebuild
new file mode 100644
index 00000000000..1b970f9dfd1
--- /dev/null
+++ b/app-editors/gummi/gummi-0.8.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/gtkspell:3
+ app-text/poppler[cairo]
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2019-12-21 11:16 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-12-21 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 03e48f8dc7fc0c86661f1a25a1e8d31288d9de44
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Fri Dec 20 16:34:37 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 11:15:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e48f8d
app-editors/gummi: Remove old
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/14060
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.8.0_rc2.ebuild | 51 --------------------------------
2 files changed, 52 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 6446de3f4d7..e8d96e68b76 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,3 +1,2 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
-DIST gummi-0.8.0-rc2.tar.gz 581744 BLAKE2B c0665c8c2f8d6c0b4472ce4b9510362b942b7197ce205be763afe6272c848d4195a31b1cab0515d2d68ed517b153d943d52909744d9c91097d6fbc2a9a2b8793 SHA512 cc50a1d331dd93cca50aa50d2ceeeaa37740631b3cacbfc22d6b0a706bf8d9b00fb0935d1c712534108a3d7b32420e6bebf3f5592cd36a92b290f49b355d22fb
DIST gummi-0.8.0.tar.gz 580933 BLAKE2B f0591d1acf244edb4cd2a6db109532b84dd0ec741e4575c1bdc690e0763a73ebe8e8882c328627908d9cc0c23ba50e94d1d0e5cea95e60a22d0a369cd4a1f8c1 SHA512 a4ae897a9f3f6f1dabb70a09801e83e0675934298caa022ddeb2c84f90d418cbc5b1a0e02b4b021f40daa784f145b5136b53ce70acf3e4834eea04afcb663b2b
diff --git a/app-editors/gummi/gummi-0.8.0_rc2.ebuild b/app-editors/gummi/gummi-0.8.0_rc2.ebuild
deleted file mode 100644
index 480181fd2a3..00000000000
--- a/app-editors/gummi/gummi-0.8.0_rc2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-MY_PV="${PV/_rc/-rc}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-text/gtkspell:3
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- x11-libs/pango
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2019-11-16 9:45 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-11-16 9:45 UTC (permalink / raw
To: gentoo-commits
commit: d878b19db4c81766b613c39d54f799846bdda748
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Fri Nov 15 19:39:00 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 09:45:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d878b19d
app-editors/gummi: Bump to 0.8.0-rc2
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.8.0_rc2.ebuild | 51 ++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index e8b0584419d..fe69b8521a1 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1,3 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
DIST gummi-0.7.999.tar.gz 578026 BLAKE2B b3305560d621eab029f0931dfc9978d0883acb886d89d2f9e452a60e465a10736191987523c47fe9f5373d7dd7d112383ebf7eaf030e6f0751197e535e461708 SHA512 1da2171cbb26b8be71c34dd7b1bc025813d35604e465caf67e480c3356a706991e6dcaca3bc99bb862895e4597186850c7d4f203a81a9532a4cd742cd2744dc1
+DIST gummi-0.8.0-rc2.tar.gz 581744 BLAKE2B c0665c8c2f8d6c0b4472ce4b9510362b942b7197ce205be763afe6272c848d4195a31b1cab0515d2d68ed517b153d943d52909744d9c91097d6fbc2a9a2b8793 SHA512 cc50a1d331dd93cca50aa50d2ceeeaa37740631b3cacbfc22d6b0a706bf8d9b00fb0935d1c712534108a3d7b32420e6bebf3f5592cd36a92b290f49b355d22fb
diff --git a/app-editors/gummi/gummi-0.8.0_rc2.ebuild b/app-editors/gummi/gummi-0.8.0_rc2.ebuild
new file mode 100644
index 00000000000..480181fd2a3
--- /dev/null
+++ b/app-editors/gummi/gummi-0.8.0_rc2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/gtkspell:3
+ app-text/poppler[cairo]
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2019-11-16 9:45 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-11-16 9:45 UTC (permalink / raw
To: gentoo-commits
commit: d28cb94d711095d3b93301cf538983421670902f
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Fri Nov 15 19:39:35 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 09:45:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28cb94d
app-editors/gummi: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/13668
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.7.999.ebuild | 46 ----------------------------------
2 files changed, 47 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index fe69b8521a1..e4c9787e6f0 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,3 +1,2 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
-DIST gummi-0.7.999.tar.gz 578026 BLAKE2B b3305560d621eab029f0931dfc9978d0883acb886d89d2f9e452a60e465a10736191987523c47fe9f5373d7dd7d112383ebf7eaf030e6f0751197e535e461708 SHA512 1da2171cbb26b8be71c34dd7b1bc025813d35604e465caf67e480c3356a706991e6dcaca3bc99bb862895e4597186850c7d4f203a81a9532a4cd742cd2744dc1
DIST gummi-0.8.0-rc2.tar.gz 581744 BLAKE2B c0665c8c2f8d6c0b4472ce4b9510362b942b7197ce205be763afe6272c848d4195a31b1cab0515d2d68ed517b153d943d52909744d9c91097d6fbc2a9a2b8793 SHA512 cc50a1d331dd93cca50aa50d2ceeeaa37740631b3cacbfc22d6b0a706bf8d9b00fb0935d1c712534108a3d7b32420e6bebf3f5592cd36a92b290f49b355d22fb
diff --git a/app-editors/gummi/gummi-0.7.999.ebuild b/app-editors/gummi/gummi-0.7.999.ebuild
deleted file mode 100644
index 1b970f9dfd1..00000000000
--- a/app-editors/gummi/gummi-0.7.999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-text/gtkspell:3
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- x11-libs/pango
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2019-10-29 6:22 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-10-29 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 0724839340c2883f2d52241805442cdb0ea4c003
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sat Oct 26 13:50:27 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 06:09:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07248393
app-editors/gummi: Bump to 0.7.999 (GTK+3 pre-release)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/13445
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.7.999.ebuild | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 251c8bfc522..e8b0584419d 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1 +1,2 @@
DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
+DIST gummi-0.7.999.tar.gz 578026 BLAKE2B b3305560d621eab029f0931dfc9978d0883acb886d89d2f9e452a60e465a10736191987523c47fe9f5373d7dd7d112383ebf7eaf030e6f0751197e535e461708 SHA512 1da2171cbb26b8be71c34dd7b1bc025813d35604e465caf67e480c3356a706991e6dcaca3bc99bb862895e4597186850c7d4f203a81a9532a4cd742cd2744dc1
diff --git a/app-editors/gummi/gummi-0.7.999.ebuild b/app-editors/gummi/gummi-0.7.999.ebuild
new file mode 100644
index 00000000000..1b970f9dfd1
--- /dev/null
+++ b/app-editors/gummi/gummi-0.7.999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/gtkspell:3
+ app-text/poppler[cairo]
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2018-09-28 10:30 Michał Górny
0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2018-09-28 10:30 UTC (permalink / raw
To: gentoo-commits
commit: e1e390d170e2b535f39a8a7603a7d9f603770c81
Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Thu Sep 27 10:07:08 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 10:30:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e390d1
app-editors/gummi: add runtime dependencies
Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
Closes: https://bugs.gentoo.org/666794
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9984
.../gummi/{gummi-0.6.6-r1.ebuild => gummi-0.6.6-r2.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-editors/gummi/gummi-0.6.6-r1.ebuild b/app-editors/gummi/gummi-0.6.6-r2.ebuild
similarity index 95%
rename from app-editors/gummi/gummi-0.6.6-r1.ebuild
rename to app-editors/gummi/gummi-0.6.6-r2.ebuild
index e1b1546fc67..f67449975de 100644
--- a/app-editors/gummi/gummi-0.6.6-r1.ebuild
+++ b/app-editors/gummi/gummi-0.6.6-r2.ebuild
@@ -15,17 +15,17 @@ KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND="
+ app-text/gtkspell:2
+ app-text/poppler[cairo]
dev-libs/glib:2
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
- x11-libs/gtk+:2"
-
-DEPEND="${RDEPEND}
- app-text/gtkspell:2
- app-text/poppler[cairo]
+ x11-libs/gtk+:2
x11-libs/gtksourceview:2.0
x11-libs/pango"
+DEPEND="${RDEPEND}"
+
src_prepare() {
default
eautoreconf
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2018-03-31 18:50 Mart Raudsepp
0 siblings, 0 replies; 34+ messages in thread
From: Mart Raudsepp @ 2018-03-31 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 2b6e36f6436203eb43704935e9b763b54a434951
Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Sat Mar 31 15:55:14 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 18:41:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6e36f6
app-editors/gummi: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7749
app-editors/gummi/gummi-0.6.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.6.6-r1.ebuild b/app-editors/gummi/gummi-0.6.6-r1.ebuild
index 1c0c17e25b5..e1b1546fc67 100644
--- a/app-editors/gummi/gummi-0.6.6-r1.ebuild
+++ b/app-editors/gummi/gummi-0.6.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2018-02-11 10:01 Michał Górny
0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2018-02-11 10:01 UTC (permalink / raw
To: gentoo-commits
commit: e28011479a34ce6109a2b0c17777466cbde1f6da
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 09:55:37 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:01:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2801147
app-editors/gummi: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
app-editors/gummi/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-editors/gummi/metadata.xml b/app-editors/gummi/metadata.xml
index 8cd6cf89dde..c49d5d5f9d4 100644
--- a/app-editors/gummi/metadata.xml
+++ b/app-editors/gummi/metadata.xml
@@ -4,12 +4,10 @@
<maintainer type="person">
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
- <description>Proxy maintainer.</description>
</maintainer>
<maintainer type="person">
<email>christian.tietz@mailbox.org</email>
<name>Christian Tietz</name>
- <description>Proxy maintainer.</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2018-01-08 0:18 Andreas Sturmlechner
0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2018-01-08 0:18 UTC (permalink / raw
To: gentoo-commits
commit: 9691acc7f879013d75fdbba3ce6316fa14e6a5f3
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sun Jan 7 23:30:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 00:18:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9691acc7
app-editors/gummi: Cleanup old.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6788
app-editors/gummi/gummi-0.6.6.ebuild | 43 ------------------------------------
1 file changed, 43 deletions(-)
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
deleted file mode 100644
index c44f10339e2..00000000000
--- a/app-editors/gummi/gummi-0.6.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
-
-RDEPEND="
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:2"
-
-DEPEND="${RDEPEND}
- app-text/gtkspell:2
- app-text/poppler[cairo]
- x11-libs/gtksourceview:2.0
- x11-libs/pango"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
- strip-linguas ${LANGS}
- eautoreconf
- default
-}
-
-pkg_postinst() {
- elog "Gummi supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-**-"
- elog "packages for your language of choice."
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2018-01-07 23:21 Mikle Kolyada
0 siblings, 0 replies; 34+ messages in thread
From: Mikle Kolyada @ 2018-01-07 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 737d36cbb7c5829081aa8c48153ecc87411d4a68
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 23:21:03 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 23:21:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737d36cb
app-editors/gummi: amd64 stable wrt bug #643610
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-editors/gummi/gummi-0.6.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.6.6-r1.ebuild b/app-editors/gummi/gummi-0.6.6-r1.ebuild
index 75481b6904a..1c0c17e25b5 100644
--- a/app-editors/gummi/gummi-0.6.6-r1.ebuild
+++ b/app-editors/gummi/gummi-0.6.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2017-12-06 12:16 Michael Palimaka
0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2017-12-06 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 99a08ddff6ffb718225826558422c6742c9d84da
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Mon Dec 4 01:36:28 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 6 12:16:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a08ddf
app-editors/gummi: Minor changes.
* call xdg_desktop_database_update
* remove redundant DOCS variable
* no longer explicitly delete .po files
Closes: https://github.com/gentoo/gentoo/pull/6432
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-editors/gummi/Manifest | 2 +-
app-editors/gummi/gummi-0.6.6-r1.ebuild | 44 +++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 1 deletion(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 6496d344f7a..251c8bfc522 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1 +1 @@
-DIST gummi-0.6.6.tar.gz 792642 SHA256 4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d WHIRLPOOL 6125d930497d6f5a4f6d8604b39314b04e6e147f93a998f3fe722295f7d04f795a2e7e1f8eea21953eae7e69074dc9a9cdc6cefb29f59261c47ec000c55bc363
+DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
diff --git a/app-editors/gummi/gummi-0.6.6-r1.ebuild b/app-editors/gummi/gummi-0.6.6-r1.ebuild
new file mode 100644
index 00000000000..13229fd758f
--- /dev/null
+++ b/app-editors/gummi/gummi-0.6.6-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools xdg-utils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:2"
+
+DEPEND="${RDEPEND}
+ app-text/gtkspell:2
+ app-text/poppler[cairo]
+ x11-libs/gtksourceview:2.0
+ x11-libs/pango"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ elog "Gummi supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-**-"
+ elog "packages for your language of choice."
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-06-05 8:20 Patrice Clement
0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-06-05 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 16842129280e5c5ca666da0cc7cd347e80a10362
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sat Jun 4 23:42:49 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 07:51:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16842129
app-editors/gummi: drop live ebuild
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1611
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-editors/gummi/gummi-9999.ebuild | 54 -------------------------------------
1 file changed, 54 deletions(-)
diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild
deleted file mode 100644
index 786b700..0000000
--- a/app-editors/gummi/gummi-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/alexandervdm/gummi.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
-
-for X in ${LANGS} ; do
- IUSE="${IUSE} +linguas_${X}"
-done
-
-RDEPEND="
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:2"
-
-DEPEND="${RDEPEND}
- app-text/gtkspell:2
- app-text/poppler[cairo]
- x11-libs/gtksourceview:2.0
- x11-libs/pango"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
- strip-linguas ${LANGS}
- eautoreconf
-}
-
-pkg_postinst() {
- elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for"
- elog "additional languages can be added by installing myspell-** packages"
- elog "for your language of choice."
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-06-05 8:20 Patrice Clement
0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-06-05 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 359912c63acc3de5091bd2317f6f5551879a6e6b
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sat Jun 4 23:41:48 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 07:51:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359912c6
app-editors/gummi: revise metadata.xml
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1611
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-editors/gummi/metadata.xml | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/app-editors/gummi/metadata.xml b/app-editors/gummi/metadata.xml
index 722fd00..8cd6cf8 100644
--- a/app-editors/gummi/metadata.xml
+++ b/app-editors/gummi/metadata.xml
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>alexvandermey@gmail.com</email>
-<name>Alexander van der Mey</name>
-<description>Upstream developer.</description>
-</maintainer>
-<maintainer type="person">
-<email>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
-<description>Proxy maintainer.</description>
-</maintainer>
-<maintainer type="person">
-<email>christian.tietz@mailbox.org</email>
-<name>Christian Tietz</name>
-<description>Proxy maintainer.</description>
-</maintainer>
-<maintainer type="project">
-<email>proxy-maint@gentoo.org</email>
-<name>Proxy Maintainers</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>hwoarang@gentoo.org</email>
+ <name>Markos Chandras</name>
+ <description>Proxy maintainer.</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>christian.tietz@mailbox.org</email>
+ <name>Christian Tietz</name>
+ <description>Proxy maintainer.</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>alexvandermey@gmail.com</email>
+ <name>Alexander van der Mey</name>
+ </maintainer>
+ <remote-id type="github">alexandervdm/gummi</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-03-16 6:46 Ian Delaney
0 siblings, 0 replies; 34+ messages in thread
From: Ian Delaney @ 2016-03-16 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 172d599517ff60cc8c79fa7c3423d01a8818dc13
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Tue Mar 15 18:48:19 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 06:46:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172d5995
app-editors/gummi: bump live ebuild to EAPI 6
Closes: https://github.com/gentoo/gentoo/pull/1062
app-editors/gummi/gummi-9999.ebuild | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild
index d7501cb..786b700 100644
--- a/app-editors/gummi/gummi-9999.ebuild
+++ b/app-editors/gummi/gummi-9999.ebuild
@@ -1,30 +1,39 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit autotools base eutils git-r3
+EAPI=6
-EGIT_REPO_URI="https://github.com/alexandervdm/gummi"
+inherit autotools eutils
DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="http://gummi.midnightcoding.org"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/alexandervdm/gummi.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
IUSE=""
LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
+ IUSE="${IUSE} +linguas_${X}"
done
-RDEPEND=">=dev-libs/glib-2.16:2
+RDEPEND="
+ dev-libs/glib:2
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
- >=x11-libs/gtk+-2.16:2"
+ x11-libs/gtk+:2"
+
DEPEND="${RDEPEND}
app-text/gtkspell:2
app-text/poppler[cairo]
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-03-15 22:58 Aaron Bauman
0 siblings, 0 replies; 34+ messages in thread
From: Aaron Bauman @ 2016-03-15 22:58 UTC (permalink / raw
To: gentoo-commits
commit: c425218c365ba4c04e8b3d9943b32f8775357b25
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 22:56:55 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 22:57:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c425218c
app-editors/gummy: drop vulnerable versions per 562894. Thanks to Christian Tietz.
Package-Manager: portage-2.2.26
app-editors/gummi/Manifest | 1 -
app-editors/gummi/gummi-0.6.5.ebuild | 46 ------------------------------------
2 files changed, 47 deletions(-)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 33a7436..6496d34 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1 @@
-DIST gummi-0.6.5.tar.gz 520902 SHA256 b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb SHA512 9a35533273ff5f2606ba1d79c01dcdf14f2a47628eb5d19613330650ed2a2bd542461492d031e51b773e13c6ac406b564e6703919f16e5f8d7e6bb3c4428b40e WHIRLPOOL 47e1ad5a15183ed0d24a88ebc3bc1af166604825da54db10461243ba4c1b8d6ca82d1afaf7306ef45a4df0f65d103b6cbc83db02cb6469fb7138545e16ae2728
DIST gummi-0.6.6.tar.gz 792642 SHA256 4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d WHIRLPOOL 6125d930497d6f5a4f6d8604b39314b04e6e147f93a998f3fe722295f7d04f795a2e7e1f8eea21953eae7e69074dc9a9cdc6cefb29f59261c47ec000c55bc363
diff --git a/app-editors/gummi/gummi-0.6.5.ebuild b/app-editors/gummi/gummi-0.6.5.ebuild
deleted file mode 100644
index 20ec5c8..0000000
--- a/app-editors/gummi/gummi-0.6.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit base eutils readme.gentoo
-
-DESCRIPTION="Simple LaTeX editor for GTK+"
-HOMEPAGE="http://gummi.midnightcoding.org"
-SRC_URI="http://dev.midnightcoding.org/attachments/download/301/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
-
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="app-text/gtkspell:2
- >=dev-libs/glib-2.28.6
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- >=x11-libs/gtk+-2.24:2
- x11-libs/gtksourceview:2.0"
-DEPEND="${RDEPEND}
- app-text/poppler[cairo]
- x11-libs/gtksourceview:2.0
- x11-libs/pango"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_prepare() {
- strip-linguas ${LANGS}
- DOC_CONTENTS="Gummi supports spell-checking through gtkspell. Support for
- additional languages can be added by installing myspell-** packages
- for your language of choice."
-}
-
-src_install() {
- base_src_install
- readme.gentoo_create_doc
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-03-15 16:39 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 4d0e0b326c0271122475bde542b22ca1c96412d8
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 16:36:41 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 16:38:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0e0b32
app-editors/gummi: x86 stable wrt bug #562894
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/gummi/gummi-0.6.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
index 2be7704..99c5400 100644
--- a/app-editors/gummi/gummi-0.6.6.ebuild
+++ b/app-editors/gummi/gummi-0.6.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-03-02 13:58 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2016-03-02 13:58 UTC (permalink / raw
To: gentoo-commits
commit: 332d8fc98259fabec49a321696c36a5ba77093cf
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 13:58:06 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 13:58:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332d8fc9
app-editors/gummi: amd64 stable wrt bug #562894
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/gummi/gummi-0.6.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
index 3e2000b..2be7704 100644
--- a/app-editors/gummi/gummi-0.6.6.ebuild
+++ b/app-editors/gummi/gummi-0.6.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-03-01 20:37 Patrice Clement
0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-03-01 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 91163b703c2e250357d79cacb4e72725d6a94a1f
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Tue Mar 1 13:38:00 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 13:38:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91163b70
app-editors/gummi: drop base.eclass and fix whitespace
app-editors/gummi/gummi-0.6.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
index 3720e2b..3e2000b 100644
--- a/app-editors/gummi/gummi-0.6.6.ebuild
+++ b/app-editors/gummi/gummi-0.6.6.ebuild
@@ -4,11 +4,11 @@
EAPI=5
-inherit autotools base eutils
+inherit autotools eutils
DESCRIPTION="Simple LaTeX editor for GTK+ users"
HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2016-02-28 19:34 Patrice Clement
0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-02-28 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 2209968c97a46770d7698c687a05dece85976259
Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sun Feb 28 18:09:16 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 19:07:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2209968c
app-editors/gummi: bump to 0.6.6
app-editors/gummi/Manifest | 1 +
app-editors/gummi/gummi-0.6.6.ebuild | 47 ++++++++++++++++++++++++++++++++++++
app-editors/gummi/metadata.xml | 5 ++++
3 files changed, 53 insertions(+)
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index 1f55505..33a7436 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1 +1,2 @@
DIST gummi-0.6.5.tar.gz 520902 SHA256 b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb SHA512 9a35533273ff5f2606ba1d79c01dcdf14f2a47628eb5d19613330650ed2a2bd542461492d031e51b773e13c6ac406b564e6703919f16e5f8d7e6bb3c4428b40e WHIRLPOOL 47e1ad5a15183ed0d24a88ebc3bc1af166604825da54db10461243ba4c1b8d6ca82d1afaf7306ef45a4df0f65d103b6cbc83db02cb6469fb7138545e16ae2728
+DIST gummi-0.6.6.tar.gz 792642 SHA256 4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d WHIRLPOOL 6125d930497d6f5a4f6d8604b39314b04e6e147f93a998f3fe722295f7d04f795a2e7e1f8eea21953eae7e69074dc9a9cdc6cefb29f59261c47ec000c55bc363
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
new file mode 100644
index 0000000..3720e2b
--- /dev/null
+++ b/app-editors/gummi/gummi-0.6.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools base eutils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
+
+for X in ${LANGS} ; do
+ IUSE="${IUSE} +linguas_${X}"
+done
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ x11-libs/gtk+:2"
+
+DEPEND="${RDEPEND}
+ app-text/gtkspell:2
+ app-text/poppler[cairo]
+ x11-libs/gtksourceview:2.0
+ x11-libs/pango"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+ strip-linguas ${LANGS}
+ eautoreconf
+}
+
+pkg_postinst() {
+ elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for"
+ elog "additional languages can be added by installing myspell-** packages"
+ elog "for your language of choice."
+}
diff --git a/app-editors/gummi/metadata.xml b/app-editors/gummi/metadata.xml
index fcaf36e..722fd00 100644
--- a/app-editors/gummi/metadata.xml
+++ b/app-editors/gummi/metadata.xml
@@ -11,6 +11,11 @@
<name>Markos Chandras</name>
<description>Proxy maintainer.</description>
</maintainer>
+<maintainer type="person">
+<email>christian.tietz@mailbox.org</email>
+<name>Christian Tietz</name>
+<description>Proxy maintainer.</description>
+</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
@ 2015-08-28 2:17 Manuel Rüger
0 siblings, 0 replies; 34+ messages in thread
From: Manuel Rüger @ 2015-08-28 2:17 UTC (permalink / raw
To: gentoo-commits
commit: a2001c65aa8ff0f90de0e8d8d54d6f86668db415
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 02:16:54 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 02:16:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2001c65
app-editors/gummi: Bump EAPI, move upstream repository to git
Package-Manager: portage-2.2.20.1
app-editors/gummi/gummi-9999.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild
index 8c828bb..d7501cb 100644
--- a/app-editors/gummi/gummi-9999.ebuild
+++ b/app-editors/gummi/gummi-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
-inherit autotools base eutils subversion
+EAPI=5
+inherit autotools base eutils git-r3
-ESVN_REPO_URI="http://svn.midnightcoding.org/gummi/trunk"
-ESVN_PROJECT="${PN/-svn}"
+EGIT_REPO_URI="https://github.com/alexandervdm/gummi"
DESCRIPTION="Simple LaTeX editor for GTK+ users"
HOMEPAGE="http://gummi.midnightcoding.org"
@@ -16,7 +15,7 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-LANGS="ca da de fr el it nl pt_BR ru zh_TW"
+LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
@@ -32,7 +31,7 @@ DEPEND="${RDEPEND}
x11-libs/gtksourceview:2.0
x11-libs/pango"
-DOCS=( AUTHORS ChangeLog README )
+DOCS=( AUTHORS ChangeLog README.md )
src_prepare() {
strip-linguas ${LANGS}
^ permalink raw reply related [flat|nested] 34+ messages in thread
end of thread, other threads:[~2022-10-11 13:36 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-05 8:20 [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2022-10-11 13:36 Joonas Niilola
2022-09-28 6:31 Jakov Smolić
2022-09-28 6:31 Jakov Smolić
2022-05-14 3:00 Sam James
2021-07-21 22:05 Ionen Wolkens
2021-07-20 16:00 Sam James
2021-07-20 16:00 Sam James
2021-06-15 7:27 Joonas Niilola
2021-02-07 1:25 Aaron Bauman
2020-03-08 11:11 Agostino Sarubbo
2020-03-07 12:02 Agostino Sarubbo
2020-01-28 15:03 Joonas Niilola
2020-01-28 15:03 Joonas Niilola
2019-12-21 11:16 Joonas Niilola
2019-12-21 11:16 Joonas Niilola
2019-11-16 9:45 Joonas Niilola
2019-11-16 9:45 Joonas Niilola
2019-10-29 6:22 Joonas Niilola
2018-09-28 10:30 Michał Górny
2018-03-31 18:50 Mart Raudsepp
2018-02-11 10:01 Michał Górny
2018-01-08 0:18 Andreas Sturmlechner
2018-01-07 23:21 Mikle Kolyada
2017-12-06 12:16 Michael Palimaka
2016-06-05 8:20 Patrice Clement
2016-06-05 8:20 Patrice Clement
2016-03-16 6:46 Ian Delaney
2016-03-15 22:58 Aaron Bauman
2016-03-15 16:39 Agostino Sarubbo
2016-03-02 13:58 Agostino Sarubbo
2016-03-01 20:37 Patrice Clement
2016-02-28 19:34 Patrice Clement
2015-08-28 2:17 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox