diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-12-18 04:32:28 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-12-18 04:32:28 +0000 |
commit | 50e819472dd78e1ee8885e9333aa0adfacdf0ee3 (patch) | |
tree | b92948083688af266309b683fd79422554c01314 /sys-cluster | |
parent | [sys-cluster/slurm] Fix hard dep for gtk+ O_o (diff) | |
download | gentoo-2-50e819472dd78e1ee8885e9333aa0adfacdf0ee3.tar.gz gentoo-2-50e819472dd78e1ee8885e9333aa0adfacdf0ee3.tar.bz2 gentoo-2-50e819472dd78e1ee8885e9333aa0adfacdf0ee3.zip |
[sys-cluster/slurm] Drop legacy patch
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/slurm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/slurm/slurm-2.4.5.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-cluster/slurm/ChangeLog b/sys-cluster/slurm/ChangeLog index e7b38275263c..404a15bf2bea 100644 --- a/sys-cluster/slurm/ChangeLog +++ b/sys-cluster/slurm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/slurm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.19 2012/12/18 04:31:29 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.20 2012/12/18 04:32:28 alexxy Exp $ + + 18 Dec 2012; Alexey Shvetsov <alexxy@gentoo.org> slurm-2.4.5.ebuild: + [sys-cluster/slurm] Drop legacy patch 18 Dec 2012; Alexey Shvetsov <alexxy@gentoo.org> +files/slurm-2.5.0-nogtk.patch, slurm-2.5.0.ebuild: diff --git a/sys-cluster/slurm/slurm-2.4.5.ebuild b/sys-cluster/slurm/slurm-2.4.5.ebuild index f8a08e143934..3f7c11796c3f 100644 --- a/sys-cluster/slurm/slurm-2.4.5.ebuild +++ b/sys-cluster/slurm/slurm-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.4.5.ebuild,v 1.2 2012/12/18 04:09:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.4.5.ebuild,v 1.3 2012/12/18 04:32:28 alexxy Exp $ EAPI=4 @@ -56,10 +56,6 @@ LIBSLURMDB_PERL_S="${WORKDIR}/${P}/contribs/perlapi/libslurmdb/perl" RESTRICT="primaryuri" -PATCHES=( - "${FILESDIR}/${PN}-2.3.4-glibc2.16.patch" - ) - src_unpack() { if [[ ${PV} == *9999* ]]; then git-2_src_unpack |