Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdf4store: remove pkg and service modules #74214

Merged
merged 1 commit into from Dec 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions nixos/doc/manual/release-notes/rl-2003.xml
Expand Up @@ -220,6 +220,11 @@
in conjunction with an external webserver to replace this functionality.
</para>
</listitem>
<listitem>
<para>
The fourStore and fourStoreEndpoint modules have been removed.
</para>
</listitem>
</itemizedlist>
</section>

Expand Down
4 changes: 2 additions & 2 deletions nixos/modules/misc/ids.nix
Expand Up @@ -80,8 +80,8 @@ in
#kdm = 39; # dropped in 17.03
#ghostone = 40; # dropped in 18.03
git = 41;
fourstore = 42;
fourstorehttp = 43;
#fourstore = 42; # dropped in 20.03
#fourstorehttp = 43; # dropped in 20.03
virtuoso = 44;
rtkit = 45;
dovecot2 = 46;
Expand Down
2 changes: 0 additions & 2 deletions nixos/modules/module-list.nix
Expand Up @@ -254,8 +254,6 @@
./services/continuous-integration/jenkins/default.nix
./services/continuous-integration/jenkins/job-builder.nix
./services/continuous-integration/jenkins/slave.nix
./services/databases/4store-endpoint.nix
./services/databases/4store.nix
./services/databases/aerospike.nix
./services/databases/cassandra.nix
./services/databases/clickhouse.nix
Expand Down
74 changes: 0 additions & 74 deletions nixos/modules/services/databases/4store-endpoint.nix

This file was deleted.

72 changes: 0 additions & 72 deletions nixos/modules/services/databases/4store.nix

This file was deleted.

12 changes: 0 additions & 12 deletions pkgs/servers/http/4store/4store-1.1.6-glibc-2.26.patch

This file was deleted.

50 changes: 0 additions & 50 deletions pkgs/servers/http/4store/default.nix

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/servers/http/4store/src-for-default.nix

This file was deleted.

6 changes: 0 additions & 6 deletions pkgs/servers/http/4store/src-info-for-default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -14912,8 +14912,6 @@ in
kerberos = libkrb5;
};

rdf4store = callPackage ../servers/http/4store { };

apacheHttpd_2_4 = callPackage ../servers/http/apache-httpd/2.4.nix { };
apacheHttpd = pkgs.apacheHttpd_2_4;

Expand Down