commit
8ab501545d
10 changed files with 2 additions and 273 deletions
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
gem:
|
|
||||||
https://rubygems.org/downloads/mini_portile-0.6.0.gem: 09kcn4g63xrdirgwxgjikqg976rr723bkc9bxfr29pk22cj3wavn
|
|
||||||
https://rubygems.org/downloads/gpgme-2.0.7.gem: 1p84zhiri2ihcld7py9mwc2kg5xs5da8fk11zhndrhmw05yvf5mr
|
|
|
@ -1,9 +0,0 @@
|
||||||
source "https://rubygems.org"
|
|
||||||
|
|
||||||
gem 'rake'
|
|
||||||
gem 'sup'
|
|
||||||
gem 'gpgme'
|
|
||||||
|
|
||||||
# Sup tries to `xapian-ruby` in its extconf instead of listing it as a
|
|
||||||
# dependency.
|
|
||||||
gem 'xapian-ruby', "~> 1.2.22"
|
|
|
@ -1,41 +0,0 @@
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
chronic (0.9.1)
|
|
||||||
gpgme (2.0.18)
|
|
||||||
mini_portile2 (~> 2.3)
|
|
||||||
highline (2.0.2)
|
|
||||||
locale (2.1.2)
|
|
||||||
lockfile (2.1.3)
|
|
||||||
mime-types (3.2.2)
|
|
||||||
mime-types-data (~> 3.2015)
|
|
||||||
mime-types-data (3.2019.0331)
|
|
||||||
mini_portile2 (2.4.0)
|
|
||||||
ncursesw (1.4.10)
|
|
||||||
rake (12.3.2)
|
|
||||||
rmail-sup (1.0.1)
|
|
||||||
sup (0.22.1)
|
|
||||||
chronic (~> 0.9.1)
|
|
||||||
highline
|
|
||||||
locale (~> 2.0)
|
|
||||||
lockfile
|
|
||||||
mime-types (> 2.0)
|
|
||||||
ncursesw (~> 1.4.0)
|
|
||||||
rmail-sup (~> 1.0.1)
|
|
||||||
trollop (>= 1.12)
|
|
||||||
unicode (~> 0.4.4)
|
|
||||||
trollop (2.9.9)
|
|
||||||
unicode (0.4.4.4)
|
|
||||||
xapian-ruby (1.2.22)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
gpgme
|
|
||||||
rake
|
|
||||||
sup
|
|
||||||
xapian-ruby (~> 1.2.22)
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.17.2
|
|
|
@ -1,28 +0,0 @@
|
||||||
{ lib, bundlerApp, bundlerUpdateScript }:
|
|
||||||
|
|
||||||
bundlerApp {
|
|
||||||
pname = "sup";
|
|
||||||
gemdir = ./.;
|
|
||||||
exes = [
|
|
||||||
"sup"
|
|
||||||
"sup-add"
|
|
||||||
"sup-config"
|
|
||||||
"sup-dump"
|
|
||||||
"sup-import-dump"
|
|
||||||
"sup-psych-ify-config-files"
|
|
||||||
"sup-recover-sources"
|
|
||||||
"sup-sync"
|
|
||||||
"sup-sync-back-maildir"
|
|
||||||
"sup-tweak-labels"
|
|
||||||
];
|
|
||||||
|
|
||||||
passthru.updateScript = bundlerUpdateScript "sup";
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "A curses threads-with-tags style email client";
|
|
||||||
homepage = http://sup-heliotrope.github.io;
|
|
||||||
license = licenses.gpl2;
|
|
||||||
maintainers = with maintainers; [ cstrahan lovek323 manveru nicknovitski ];
|
|
||||||
platforms = platforms.unix;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,155 +0,0 @@
|
||||||
{
|
|
||||||
chronic = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "0kspaxpfy7yvyk1lvpx31w852qfj8wb9z04mcj5bzi70ljb9awqk";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "0.9.1";
|
|
||||||
};
|
|
||||||
gpgme = {
|
|
||||||
dependencies = ["mini_portile2"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "12fqirxr964mc8jwsfl5nif6q4wcckrmj7w4c9ci4xg9xy2b9v6m";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.0.18";
|
|
||||||
};
|
|
||||||
highline = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1g0zpalfj8wvca86hcnirir5py2zyqrhkgdgv9f87fxkjaw815wr";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.0.2";
|
|
||||||
};
|
|
||||||
locale = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1sls9bq4krx0fmnzmlbn64dw23c4d6pz46ynjzrn9k8zyassdd0x";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.1.2";
|
|
||||||
};
|
|
||||||
lockfile = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "0dij3ijywylvfgrpi2i0k17f6w0wjhnjjw0k9030f54z56cz7jrr";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.1.3";
|
|
||||||
};
|
|
||||||
mime-types = {
|
|
||||||
dependencies = ["mime-types-data"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "0fjxy1jm52ixpnv3vg9ld9pr9f35gy0jp66i1njhqjvmnvq0iwwk";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "3.2.2";
|
|
||||||
};
|
|
||||||
mime-types-data = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1m00pg19cm47n1qlcxgl91ajh2yq0fszvn1vy8fy0s1jkrp9fw4a";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "3.2019.0331";
|
|
||||||
};
|
|
||||||
mini_portile2 = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.4.0";
|
|
||||||
};
|
|
||||||
ncursesw = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.4.10";
|
|
||||||
};
|
|
||||||
rake = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1sy5a7nh6xjdc9yhcw31jji7ssrf9v5806hn95gbrzr998a2ydjn";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "12.3.2";
|
|
||||||
};
|
|
||||||
rmail-sup = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1xswk101s560lxqaax3plqh8vjx7jjspnggdwb3q80m358f92q9g";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.0.1";
|
|
||||||
};
|
|
||||||
sup = {
|
|
||||||
dependencies = ["chronic" "highline" "locale" "lockfile" "mime-types" "ncursesw" "rmail-sup" "trollop" "unicode"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "17s2sxismf46zdhgr6g2v53fw9f3sp1ijx7xdw3wx8qpcsgazcgi";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "0.22.1";
|
|
||||||
};
|
|
||||||
trollop = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "074h7lns72kg1dl5gvz5apl3xz1i0axbnbc01pf2kbw4q0lkpnp4";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.9.9";
|
|
||||||
};
|
|
||||||
unicode = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1v8kxmq9i85agjpl7pnl72688901xhs8wxhmj6lpy16a8xz3nzxk";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "0.4.4.4";
|
|
||||||
};
|
|
||||||
xapian-ruby = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1xbarnxmhy6r0rxpspn4wk85j183w6b18nah73djcs06b3gfas15";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.2.22";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -37,7 +37,5 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
# xapian-ruby needs 1.2.22 as of 2017-05-06
|
|
||||||
xapian_1_2_22 = generic "1.2.22" "0zsji22n0s7cdnbgj0kpil05a6bgm5cfv0mvx12d8ydg7z58g6r6";
|
|
||||||
xapian_1_4 = generic "1.4.12" "0z5c1y9vp519h2x2igjq39v6j615nppry0wasd0xn4hphgd3d2jg";
|
xapian_1_4 = generic "1.4.12" "0z5c1y9vp519h2x2igjq39v6j615nppry0wasd0xn4hphgd3d2jg";
|
||||||
}
|
}
|
||||||
|
|
|
@ -536,19 +536,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
sup = attrs: {
|
|
||||||
dontBuild = false;
|
|
||||||
# prevent sup from trying to dynamically install `xapian-ruby`.
|
|
||||||
nativeBuildInputs = [ bundler rake ];
|
|
||||||
postPatch = ''
|
|
||||||
cp ${./mkrf_conf_xapian.rb} ext/mkrf_conf_xapian.rb
|
|
||||||
|
|
||||||
substituteInPlace lib/sup/crypto.rb \
|
|
||||||
--replace 'which gpg2' \
|
|
||||||
'${which}/bin/which gpg'
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
rb-readline = attrs: {
|
rb-readline = attrs: {
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
require 'rubygems'
|
|
||||||
require 'rubygems/command.rb'
|
|
||||||
require 'rubygems/dependency_installer.rb'
|
|
||||||
require 'rbconfig'
|
|
||||||
|
|
||||||
begin
|
|
||||||
Gem::Command.build_args = ARGV
|
|
||||||
rescue NoMethodError
|
|
||||||
end
|
|
||||||
|
|
||||||
# create dummy rakefile to indicate success
|
|
||||||
f = File.open(File.join(File.dirname(__FILE__), "Rakefile"), "w")
|
|
||||||
f.write("task :default\n")
|
|
||||||
f.close
|
|
|
@ -343,6 +343,7 @@ mapAliases ({
|
||||||
sshfsFuse = sshfs-fuse; # added 2016-09
|
sshfsFuse = sshfs-fuse; # added 2016-09
|
||||||
suil-qt5 = suil; # added 2018-05-01
|
suil-qt5 = suil; # added 2018-05-01
|
||||||
surf-webkit2 = surf; # added 2017-04-02
|
surf-webkit2 = surf; # added 2017-04-02
|
||||||
|
sup = throw "deprecated in 2019-09-10: abandoned by upstream";
|
||||||
system_config_printer = system-config-printer; # added 2016-01-03
|
system_config_printer = system-config-printer; # added 2016-01-03
|
||||||
systool = sysfsutils; # added 2018-04-25
|
systool = sysfsutils; # added 2018-04-25
|
||||||
tahoelafs = tahoe-lafs; # added 2018-03-26
|
tahoelafs = tahoe-lafs; # added 2018-03-26
|
||||||
|
|
|
@ -14117,7 +14117,7 @@ in
|
||||||
x265 = callPackage ../development/libraries/x265 { };
|
x265 = callPackage ../development/libraries/x265 { };
|
||||||
|
|
||||||
inherit (callPackages ../development/libraries/xapian { })
|
inherit (callPackages ../development/libraries/xapian { })
|
||||||
xapian_1_2_22 xapian_1_4;
|
xapian_1_4;
|
||||||
xapian = xapian_1_4;
|
xapian = xapian_1_4;
|
||||||
|
|
||||||
xapian-omega = callPackage ../development/libraries/xapian/tools/omega {
|
xapian-omega = callPackage ../development/libraries/xapian/tools/omega {
|
||||||
|
@ -19635,12 +19635,6 @@ in
|
||||||
|
|
||||||
speedread = callPackage ../applications/misc/speedread { };
|
speedread = callPackage ../applications/misc/speedread { };
|
||||||
|
|
||||||
sup = callPackage ../applications/networking/mailreaders/sup {
|
|
||||||
bundlerApp = bundlerApp.override{
|
|
||||||
ruby = ruby.override { cursesSupport = true; };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
synapse = callPackage ../applications/misc/synapse { };
|
synapse = callPackage ../applications/misc/synapse { };
|
||||||
|
|
||||||
synapse-bt = callPackage ../applications/networking/p2p/synapse-bt {
|
synapse-bt = callPackage ../applications/networking/p2p/synapse-bt {
|
||||||
|
|
Loading…
Reference in a new issue