* Remove some obsolete patches.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32379
This commit is contained in:
Eelco Dolstra
2012-02-17 23:53:49 +00:00
parent eae4c3afab
commit 0beb6c6266
4 changed files with 0 additions and 562 deletions
-78
View File
@@ -84,26 +84,6 @@ rec {
features.fbConDecor = true;
};
fbcondecor_2_6_28 =
{ name = "fbcondecor-0.9.5-2.6.28";
patch = fetchurl {
url = http://dev.gentoo.org/~spock/projects/fbcondecor/archive/fbcondecor-0.9.5-2.6.28.patch;
sha256 = "105q2dwrwi863r7nhlrvljim37aqv67mjc3lgg529jzqgny3fjds";
};
extraConfig = fbcondecorConfig;
features.fbConDecor = true;
};
fbcondecor_2_6_29 =
{ name = "fbcondecor-0.9.6-2.6.29.2";
patch = fetchurl {
url = http://dev.gentoo.org/~spock/projects/fbcondecor/archive/fbcondecor-0.9.6-2.6.29.2.patch;
sha256 = "1yppvji13sgnql62h4wmskzl9l198pp1pbixpbymji7mr4a0ylx1";
};
extraConfig = fbcondecorConfig;
features.fbConDecor = true;
};
fbcondecor_2_6_31 =
{ name = "fbcondecor-0.9.6-2.6.31.2";
patch = fetchurl {
@@ -114,16 +94,6 @@ rec {
features.fbConDecor = true;
};
fbcondecor_2_6_33 =
{ name = "fbcondecor-0.9.6-2.6.33-rc7";
patch = fetchurl {
url = http://dev.gentoo.org/~spock/projects/fbcondecor/archive/fbcondecor-0.9.6-2.6.33-rc7.patch;
sha256 = "1v9lg3bgva0xry0s09drpw3n139s8hln8slayaf6i26vg4l4xdz6";
};
extraConfig = fbcondecorConfig;
features.fbConDecor = true;
};
fbcondecor_2_6_35 =
rec {
name = "fbcondecor-0.9.6-2.6.35-rc4";
@@ -135,17 +105,6 @@ rec {
features.fbConDecor = true;
};
fbcondecor_2_6_37 =
rec {
name = "fbcondecor-0.9.6-2.6.37";
patch = fetchurl {
url = "http://dev.gentoo.org/~spock/projects/fbcondecor/archive/${name}.patch";
sha256 = "1yap9q6mp15jhsysry4x17cpm5dj35g8l2d0p0vn1xq25x3jfkqk";
};
extraConfig = fbcondecorConfig;
features.fbConDecor = true;
};
fbcondecor_2_6_38 =
rec {
name = "fbcondecor-0.9.6-2.6.38";
@@ -157,15 +116,6 @@ rec {
features.fbConDecor = true;
};
# From http://patchwork.kernel.org/patch/19495/
ext4_softlockups_2_6_28 =
{ name = "ext4-softlockups-fix";
patch = fetchurl {
url = http://patchwork.kernel.org/patch/19495/raw;
sha256 = "0vqcj9qs7jajlvmwm97z8cljr4vb277aqhsjqrakbxfdiwlhrzzf";
};
};
gcov_2_6_28 =
{ name = "gcov";
patch = fetchurl {
@@ -214,16 +164,6 @@ rec {
features.aufs2 = true;
};
aufs2_2_6_33 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2-33;hb=aufs2-33
# Note that this merely the patch needed to build AUFS2 as a
# standalone package.
name = "aufs2";
patch = ./aufs2-33.patch;
features.aufsBase = true;
features.aufs2 = true;
};
aufs2_2_6_34 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2-34;hb=aufs2-34
# Note that this merely the patch needed to build AUFS2 as a
@@ -254,16 +194,6 @@ rec {
features.aufs2_1 = true;
};
aufs2_1_2_6_37 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-37;hb=refs/heads/aufs2.1-37
# Note that this merely the patch needed to build AUFS2.1 as a
# standalone package.
name = "aufs2.1";
patch = ./aufs2.1-37.patch;
features.aufsBase = true;
features.aufs2_1 = true;
};
aufs2_1_2_6_38 =
{ # From http://aufs.git.sourceforge.net/git/gitweb.cgi?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-38;hb=refs/heads/aufs2.1-38
# Note that this merely the patch needed to build AUFS2.1 as a
@@ -396,12 +326,4 @@ rec {
name = "guruplug-arch-number";
patch = ./guruplug-mach-type.patch;
};
glibc_getline =
{
# Patch to work around conflicting types for the `getline' function
# with recent Glibcs (2009).
name = "glibc-getline";
patch = ./getline.patch;
};
}