* [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/
@ 2017-08-31 10:33 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2017-08-31 10:33 UTC (permalink / raw
To: gentoo-commits
commit: cbb089e843eacf09d2ac161bb7617f1259611795
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 10:32:05 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 10:32:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb089e8
app-editors/sandy: Switch to HTTPS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-editors/sandy/Manifest | 2 +-
app-editors/sandy/sandy-0.4.ebuild | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-editors/sandy/Manifest b/app-editors/sandy/Manifest
index bb5fc01d1e2..6351f675322 100644
--- a/app-editors/sandy/Manifest
+++ b/app-editors/sandy/Manifest
@@ -1 +1 @@
-DIST sandy-0.4.tar.bz2 18309 SHA256 d30336704178611f36a55982932369c6dd55a781e22735bb7dfcb3e4b939492a SHA512 3579436d6566b9ef3273abb7bb1d8934901155220edb963a0ed93db4b860e1e3fa0d0f1235ea87b42f1b6ddbb69e3ef1f5ba7a2e9455d6659b621d9a4e3f25c2 WHIRLPOOL 5e1042ebab68bd2f0e71c25dbd15a35ec06e4b953b3a44637c52cc0949dcddc44131ef64324eac1ba00f49bf0421ac0600f884daded73608bc1aca3cce22bb17
+DIST sandy-0.4.tar.bz2 18409 SHA256 cc549e70936424b65b012a664fe8959a5b3f345e3d5be3af9bd1ee9ea80a412b SHA512 6f28588e15ccdc467dd9d0de8b221508333defefe5866005d82292583db9f296284f233271af5e85b648c194dff117f94752cc364ed6c1409dae5c3af755b530 WHIRLPOOL 3944bbf11e7548e8675e5461c5c8686a6046854aa189a1bfa018a0eb14962c9d3601ab9b734c5516457bb402f98b7798825f3660b7a294323f64742eced49bfe
diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
index 17b8c275c8a..47708c7ae36 100644
--- a/app-editors/sandy/sandy-0.4.ebuild
+++ b/app-editors/sandy/sandy-0.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source"
-HOMEPAGE="http://tools.suckless.org/sandy"
-SRC_URI="http://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
+HOMEPAGE="https://tools.suckless.org/sandy"
+SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
LICENSE="MIT-with-advertising"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/
@ 2017-12-10 14:16 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-12-10 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 51142d53ae81e73aeb69f978092740f979a85746
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:11:21 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:15:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51142d53
app-editors/sandy: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-editors/sandy/sandy-0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
index 47708c7ae36..d401639ce64 100644
--- a/app-editors/sandy/sandy-0.4.ebuild
+++ b/app-editors/sandy/sandy-0.4.ebuild
@@ -12,7 +12,7 @@ LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/
@ 2020-05-13 7:56 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2020-05-13 7:56 UTC (permalink / raw
To: gentoo-commits
commit: ff95a40a716ad9b76f415677cd1cc42da23069cd
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 07:56:38 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 13 07:56:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff95a40a
app-editors/sandy: Add IUSE=savedconfig
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-editors/sandy/sandy-0.4-r1.ebuild | 39 +++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/app-editors/sandy/sandy-0.4-r1.ebuild b/app-editors/sandy/sandy-0.4-r1.ebuild
new file mode 100644
index 00000000000..d6f94b34f70
--- /dev/null
+++ b/app-editors/sandy/sandy-0.4-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic savedconfig toolchain-funcs
+
+DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source"
+HOMEPAGE="https://tools.suckless.org/sandy"
+SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
+
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ sys-libs/ncurses:0=
+"
+RDEPEND="
+ ${DEPEND}
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.4-gentoo.patch
+)
+
+src_prepare() {
+ default
+ restore_config config.h
+}
+
+src_compile() {
+ tc-export CC PKG_CONFIG
+ append-cflags -D_DEFAULT_SOURCE
+ emake PREFIX=/usr ${PN}
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+ save_config config.h
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/
@ 2020-09-26 14:33 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-09-26 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 3dbe81817e23da6edbb1285dc354554a539e3c73
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 14:31:43 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 14:33:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbe8181
app-editors/sandy: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-editors/sandy/sandy-0.4.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
deleted file mode 100644
index d401639ce64..00000000000
--- a/app-editors/sandy/sandy-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source"
-HOMEPAGE="https://tools.suckless.org/sandy"
-SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.4-gentoo.patch
-}
-
-src_compile() {
- tc-export CC PKG_CONFIG
- append-cflags -D_DEFAULT_SOURCE
- emake PREFIX=/usr ${PN}
-}
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-26 14:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-13 7:56 [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2020-09-26 14:33 Aaron Bauman
2017-12-10 14:16 David Seifert
2017-08-31 10:33 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox