public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/
@ 2017-12-25 14:43 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-12-25 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3630bc76d444c3480f1c9e17f3c201b183afc2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 14:04:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 14:42:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3630bc

app-emacs/twittering-mode: [QA] Port to git-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild | 12 +++++-------
 app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild | 12 +++++-------
 app-emacs/twittering-mode/twittering-mode-9999.ebuild  | 12 +++++-------
 3 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
index b858dc10fc4..1e802fc217f 100644
--- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
@@ -1,15 +1,13 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 inherit elisp elisp-common eutils
 
-if [ "${PV}" = "9999" ]; then
+if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
-	inherit git-2
-	SRC_URI=""
-	KEYWORDS=""
+	inherit git-r3
 	IUSE="doc"
 else
 	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
@@ -29,7 +27,7 @@ RDEPEND="app-crypt/gnupg"
 
 src_compile() {
 	elisp-compile twittering-mode.el || die
-	[ "${PV}" = "9999" ] && use doc && emake -C doc/manual
+	[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
 }
 
 src_test() {
@@ -37,6 +35,6 @@ src_test() {
 }
 
 src_install() {
-	[ "${PV}" = "9999" ] && use doc && dodoc doc/manual/twmode/twmode.html
+	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 	elisp-install ${PN} twittering-mode.el *.elc || die
 }

diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
index b858dc10fc4..1e802fc217f 100644
--- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
@@ -1,15 +1,13 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 inherit elisp elisp-common eutils
 
-if [ "${PV}" = "9999" ]; then
+if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
-	inherit git-2
-	SRC_URI=""
-	KEYWORDS=""
+	inherit git-r3
 	IUSE="doc"
 else
 	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
@@ -29,7 +27,7 @@ RDEPEND="app-crypt/gnupg"
 
 src_compile() {
 	elisp-compile twittering-mode.el || die
-	[ "${PV}" = "9999" ] && use doc && emake -C doc/manual
+	[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
 }
 
 src_test() {
@@ -37,6 +35,6 @@ src_test() {
 }
 
 src_install() {
-	[ "${PV}" = "9999" ] && use doc && dodoc doc/manual/twmode/twmode.html
+	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 	elisp-install ${PN} twittering-mode.el *.elc || die
 }

diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
index b858dc10fc4..1e802fc217f 100644
--- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
@@ -1,15 +1,13 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 inherit elisp elisp-common eutils
 
-if [ "${PV}" = "9999" ]; then
+if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
-	inherit git-2
-	SRC_URI=""
-	KEYWORDS=""
+	inherit git-r3
 	IUSE="doc"
 else
 	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
@@ -29,7 +27,7 @@ RDEPEND="app-crypt/gnupg"
 
 src_compile() {
 	elisp-compile twittering-mode.el || die
-	[ "${PV}" = "9999" ] && use doc && emake -C doc/manual
+	[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
 }
 
 src_test() {
@@ -37,6 +35,6 @@ src_test() {
 }
 
 src_install() {
-	[ "${PV}" = "9999" ] && use doc && dodoc doc/manual/twmode/twmode.html
+	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 	elisp-install ${PN} twittering-mode.el *.elc || die
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/
@ 2019-10-17 13:19 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2019-10-17 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d70c657def6bf11bb6bf9785e3a77a9f84afb0ff
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 11:56:36 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:18:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70c657d

app-emacs/twittering-mode: Specify LICENSE more precisely.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild | 4 ++--
 app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild | 4 ++--
 app-emacs/twittering-mode/twittering-mode-9999.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
index 1e802fc217f..d8d3529415e 100644
--- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="Emacs major mode for Twitter"
 HOMEPAGE="http://twmode.sourceforge.net/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 DEPEND=""

diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
index 1e802fc217f..d8d3529415e 100644
--- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="Emacs major mode for Twitter"
 HOMEPAGE="http://twmode.sourceforge.net/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 DEPEND=""

diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
index 1e802fc217f..d8d3529415e 100644
--- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ fi
 DESCRIPTION="Emacs major mode for Twitter"
 HOMEPAGE="http://twmode.sourceforge.net/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/
@ 2019-12-20 14:18 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2019-12-20 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     972ba9fc77df0f375f9ed9d55802529a7211608e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 14:15:32 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 14:18:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972ba9fc

app-emacs/twittering-mode: Drop elisp-common inherit.

This is implied by elisp.

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild | 2 +-
 app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild | 2 +-
 app-emacs/twittering-mode/twittering-mode-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
index 6cbe27f5ad9..d780f2def24 100644
--- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit elisp elisp-common eutils
+inherit elisp eutils
 
 if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"

diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
index 6cbe27f5ad9..d780f2def24 100644
--- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit elisp elisp-common eutils
+inherit elisp eutils
 
 if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"

diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
index 6cbe27f5ad9..d780f2def24 100644
--- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit elisp elisp-common eutils
+inherit elisp eutils
 
 if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/
@ 2022-08-31 10:26 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2022-08-31 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fdf50e2fb01eadca3a46136f757711ccfeac5e92
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 10:25:06 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 10:26:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf50e2f

app-emacs/twittering-mode: Update to EAPI 8

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ...ing-mode-3.0.0.ebuild => twittering-mode-3.0.0-r1.ebuild} | 12 +++---------
 app-emacs/twittering-mode/twittering-mode-9999.ebuild        | 12 +++---------
 2 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild
similarity index 88%
rename from app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
rename to app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild
index 29249a843c01..ed246a376260 100644
--- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit elisp
 
@@ -13,7 +13,6 @@ else
 	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 	RESTRICT="test"
-	IUSE=""
 fi
 
 DESCRIPTION="Emacs major mode for Twitter"
@@ -22,7 +21,6 @@ HOMEPAGE="http://twmode.sourceforge.net/"
 LICENSE="GPL-2+"
 SLOT="0"
 
-DEPEND=""
 RDEPEND="app-crypt/gnupg"
 
 src_compile() {
@@ -30,11 +28,7 @@ src_compile() {
 	[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
 }
 
-src_test() {
-	emake check
-}
-
 src_install() {
-	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 	elisp-install ${PN} twittering-mode.el *.elc
+	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 }

diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
index 29249a843c01..ed246a376260 100644
--- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit elisp
 
@@ -13,7 +13,6 @@ else
 	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 	RESTRICT="test"
-	IUSE=""
 fi
 
 DESCRIPTION="Emacs major mode for Twitter"
@@ -22,7 +21,6 @@ HOMEPAGE="http://twmode.sourceforge.net/"
 LICENSE="GPL-2+"
 SLOT="0"
 
-DEPEND=""
 RDEPEND="app-crypt/gnupg"
 
 src_compile() {
@@ -30,11 +28,7 @@ src_compile() {
 	[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
 }
 
-src_test() {
-	emake check
-}
-
 src_install() {
-	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 	elisp-install ${PN} twittering-mode.el *.elc
+	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/
@ 2022-08-31 10:26 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2022-08-31 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4a2475fb62403015933dff0f0dfb68201413012c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 10:20:01 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 10:26:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2475fb

app-emacs/twittering-mode: drop 2.0.0

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/twittering-mode/Manifest                 |  1 -
 .../twittering-mode/twittering-mode-2.0.0.ebuild   | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-emacs/twittering-mode/Manifest b/app-emacs/twittering-mode/Manifest
index a3f34a702e9e..c817dcd6322c 100644
--- a/app-emacs/twittering-mode/Manifest
+++ b/app-emacs/twittering-mode/Manifest
@@ -1,2 +1 @@
-DIST twittering-mode-2.0.0.tar.gz 615223 BLAKE2B 1fc5ceb440ac9a00dde4d49cd48580d3e8f78ed2e9bccb8b2dcf41c6be1c7e0394c8db958e6ab4ac632b91bbdfc9a0930ad3867584d642b3f90b15a7bc0132d5 SHA512 318768c54c99c03c7641bfeb8396fdcaf65752121da6a64e6af9c071b6c429f73e44d1698df600915c4c7042233ef96cf86c037eece21b00d8e52a01ae569601
 DIST twittering-mode-3.0.0.tar.gz 1363235 BLAKE2B 31801fcb339cab42c7b9a9bfb186ef6a21570be16dd90d36baaabe97ec9fc93bdc35ead707e366e7262347158da145c04a6f51340abd3386b8c2a9fd8b5d417b SHA512 c696a8f31abcf6944c127575719d3e9b24a2bfb6271e0193e2a6faa8137c6468c7686b88d1e4ec0c3cc3b833e26853b435726d1acb422e9f37d3c0334e278494

diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
deleted file mode 100644
index 29249a843c01..000000000000
--- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-if [[ ${PV} == *9999 ]]; then
-	EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
-	inherit git-r3
-	IUSE="doc"
-else
-	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	RESTRICT="test"
-	IUSE=""
-fi
-
-DESCRIPTION="Emacs major mode for Twitter"
-HOMEPAGE="http://twmode.sourceforge.net/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="app-crypt/gnupg"
-
-src_compile() {
-	elisp-compile twittering-mode.el
-	[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
-}
-
-src_test() {
-	emake check
-}
-
-src_install() {
-	[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
-	elisp-install ${PN} twittering-mode.el *.elc
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-31 10:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-31 10:26 [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-08-31 10:26 Ulrich Müller
2019-12-20 14:18 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2017-12-25 14:43 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox