Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] subtle: remove package
@ 2021-02-20 10:24 UsernameRandomlyGenerated
  2021-02-20 11:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 10:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1688 bytes --]

There is a new pull request by UsernameRandomlyGenerated against master on the void-packages repository

https://github.com/UsernameRandomlyGenerated/void-packages subtle
https://github.com/void-linux/void-packages/pull/28918

subtle: remove package
Homepage is down for at least one year, no access to source code.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/28918.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtle-28918.patch --]
[-- Type: text/x-diff, Size: 2424 bytes --]

From ab3c2415884a80e52a50717cbf4a1ac6045ba717 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 20 Feb 2021 11:23:15 +0100
Subject: [PATCH] subtle: remove package

Homepage is down for at least one year, no access to source code.
---
 srcpkgs/removed-packages/template |  1 +
 srcpkgs/subtle/template           | 37 -------------------------------
 srcpkgs/subtle/update             |  2 --
 3 files changed, 1 insertion(+), 39 deletions(-)
 delete mode 100644 srcpkgs/subtle/template
 delete mode 100644 srcpkgs/subtle/update

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2d2338a8b9b..8483e459b2d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -232,6 +232,7 @@ replaces="
  soulseekqt<=20160117_2
  spacefm-ng<=1.0.6_3
  sqlite-replication<=3.32.3_2
+ subtle<=0.11.3285
  tagainijisho<=1.0.3_1
  tlsdate<=0.0.13_16
  taizen<=0.0.0.20180808_4
diff --git a/srcpkgs/subtle/template b/srcpkgs/subtle/template
deleted file mode 100644
index 28db062ae8a..00000000000
--- a/srcpkgs/subtle/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'subtle'
-pkgname=subtle
-version=0.11.3285
-revision=1
-hostmakedepends="python3 mercurial ruby-devel pkg-config"
-makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
- libXinerama-devel libXrandr-devel libXtst-devel"
-short_desc="Manual tiling window manager"
-maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
-homepage="http://subtle.subforge.org"
-conf_files="/etc/xdg/subtle/subtle.rb"
-broken="source location down"
-
-if [ "$CROSS_BUILD" ]; then
-	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
-		broken="Word size must match"
-	fi
-	hostmakedepends+=" $makedepends"
-	CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
-	export CFLAGS
-fi
-
-do_fetch() {
-	local url="http://hg.subforge.org/${pkgname}"
-	msg_normal "Fetching source ${version%.*} from $url ...\n"
-	hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
-}
-do_configure() {
-	DESTDIR=$PKGDESTDIR rake config
-}
-do_build() {
-	rake build
-}
-do_install() {
-	rake install
-}
diff --git a/srcpkgs/subtle/update b/srcpkgs/subtle/update
deleted file mode 100644
index bb99e1ff3be..00000000000
--- a/srcpkgs/subtle/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site='http://subforge.org/projects/subtle/files'
-pattern='>subtle-\K[\d\.]+'

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

end of thread, other threads:[~2021-03-01 10:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
2021-02-20 11:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-02-20 13:35 ` Chocimier
2021-02-20 15:33 ` UsernameRandomlyGenerated
2021-02-20 15:35 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-02-20 15:36 ` subtle: update homepage and license UsernameRandomlyGenerated
2021-02-20 19:11 ` UsernameRandomlyGenerated
2021-02-20 19:46 ` ericonr
2021-02-20 19:49 ` thypon
2021-02-20 20:01 ` Chocimier
2021-02-21 10:02 ` UsernameRandomlyGenerated
2021-02-21 18:17 ` thypon
2021-02-24  3:45 ` ericonr
2021-02-27 14:52 ` UsernameRandomlyGenerated
2021-02-27 14:52 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
2021-02-27 15:11 ` ericonr
2021-03-01 10:08 ` UsernameRandomlyGenerated

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).