* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
@ 2018-05-27 16:11 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 16:11 UTC (permalink / raw
To: gentoo-commits
commit: a4c6df966771fbbd2119b582d92e3fcaf6e97304
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 27 13:12:44 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 16:08:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c6df96
x11-terms/lilyterm: use HTTPs
x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 6 +++---
x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
index f82789c0b1d..61340f581bf 100644
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
+++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="http://lilyterm.luna.com.tw"
+HOMEPAGE="https://lilyterm.luna.com.tw"
LICENSE="GPL-3"
-SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz"
+SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
index f271afbcddb..1cf81a31258 100644
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
+++ b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="http://lilyterm.luna.com.tw"
+HOMEPAGE="https://lilyterm.luna.com.tw"
LICENSE="GPL-3"
-SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz"
+SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
@ 2018-07-28 11:38 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2018-07-28 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 9b620f99df9993273d39224fe119c904ec92efe1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:17:08 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:38:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b620f99
x11-terms/lilyterm: Add live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
x11-terms/lilyterm/lilyterm-99999.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild b/x11-terms/lilyterm/lilyterm-99999.ebuild
new file mode 100644
index 00000000000..402106af665
--- /dev/null
+++ b/x11-terms/lilyterm/lilyterm-99999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit git-r3
+
+DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
+HOMEPAGE="https://lilyterm.luna.com.tw"
+EGIT_REPO_URI="https://github.com/Tetralet/LilyTerm"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS=""
+
+RDEPEND="
+ x11-libs/vte:0
+"
+DEPEND="
+ ${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog README TODO )
+
+src_prepare() {
+ default
+
+ ./autogen.sh || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
@ 2018-07-28 11:38 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2018-07-28 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 6b8e3987614e8db9f3d1a425a496744e03c60d84
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:17:43 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:38:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8e3987
x11-terms/lilyterm: Old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
deleted file mode 100644
index 1cf81a31258..00000000000
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="https://lilyterm.luna.com.tw"
-LICENSE="GPL-3"
-SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/vte:0
-"
-DEPEND="
- ${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
- ./autogen.sh
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
@ 2019-02-03 14:08 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-02-03 14:08 UTC (permalink / raw
To: gentoo-commits
commit: ca642e13aecc57fe23152ddd4b7bed844653dab0
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan 30 17:20:48 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 14:07:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca642e13
x11-terms/lilyterm: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 31 ---------------------------
1 file changed, 31 deletions(-)
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
deleted file mode 100644
index 61340f581bf..00000000000
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="https://lilyterm.luna.com.tw"
-LICENSE="GPL-3"
-SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- x11-libs/vte:0
-"
-DEPEND="
- ${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch
-
- ./autogen.sh
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
@ 2021-12-02 0:26 Jonas Stein
0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2021-12-02 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 871cf93620c6b5aa21c9d4d9d9d22b1bb09bbb81
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 1 23:53:57 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 00:26:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871cf936
x11-terms/lilyterm: add HOMEPAGE
The project is available on github.
The blog is currently offline.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild | 4 ++--
x11-terms/lilyterm/lilyterm-99999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
index 8221d88b0e3c..cf925772f572 100644
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
+++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="https://lilyterm.luna.com.tw"
+HOMEPAGE="https://lilyterm.luna.com.tw https://github.com/Tetralet/LilyTerm"
LICENSE="GPL-3"
SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild b/x11-terms/lilyterm/lilyterm-99999.ebuild
index 21280cce5b43..20ebf6b3d4c2 100644
--- a/x11-terms/lilyterm/lilyterm-99999.ebuild
+++ b/x11-terms/lilyterm/lilyterm-99999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools git-r3
DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
-HOMEPAGE="https://lilyterm.luna.com.tw"
+HOMEPAGE="https://lilyterm.luna.com.tw https://github.com/Tetralet/LilyTerm"
EGIT_REPO_URI="https://github.com/Tetralet/LilyTerm"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
@ 2021-12-02 0:26 Jonas Stein
0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2021-12-02 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 382b19f5bbb1341e508127b7c26b6b5f47ec8f78
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 00:04:39 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 00:26:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382b19f5
x11-terms/lilyterm: drop project desktop-misc
Drop project desktop-misc from the list of maintainers.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-terms/lilyterm/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-terms/lilyterm/metadata.xml b/x11-terms/lilyterm/metadata.xml
index 0cf800309878..115e9d64a669 100644
--- a/x11-terms/lilyterm/metadata.xml
+++ b/x11-terms/lilyterm/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>desktop-misc@gentoo.org</email>
-<name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-12-02 0:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 11:38 [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2021-12-02 0:26 Jonas Stein
2021-12-02 0:26 Jonas Stein
2019-02-03 14:08 Andreas Sturmlechner
2018-07-28 11:38 Jeroen Roovers
2018-05-27 16:11 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox