From 7d62034735e700ca67e977470d79f5571b15b221 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 26 Oct 2015 08:29:56 +0100 Subject: Drop "CCP4: Software for Macromolecular Crystallography" obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=160190 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=324059 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=332485 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367771 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367773 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=383227 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=448756 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460502 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460504 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=466936 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467040 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467048 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=476580 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478580 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478586 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478588 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478594 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478604 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521646 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=528512 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=530878 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=540760 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555614 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556498 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557038 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561196 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562780 Signed-off-by: Justin Lecher --- sci-chemistry/arp-warp-bin/files/7.3-setup.patch | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 sci-chemistry/arp-warp-bin/files/7.3-setup.patch (limited to 'sci-chemistry/arp-warp-bin/files') diff --git a/sci-chemistry/arp-warp-bin/files/7.3-setup.patch b/sci-chemistry/arp-warp-bin/files/7.3-setup.patch deleted file mode 100644 index faed9c1102fd..000000000000 --- a/sci-chemistry/arp-warp-bin/files/7.3-setup.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/share/arpwarp_setup_base.bash b/share/arpwarp_setup_base.bash -index 29e769c..0b8a51e 100644 ---- a/share/arpwarp_setup_base.bash -+++ b/share/arpwarp_setup_base.bash -@@ -13,10 +13,10 @@ else - identifier=${nameprocessor}'-'${namesystem} - fi - # --arpwarphome="$1X" -+arpwarphome="@GENTOO_PORTAGE_EPREFIX@/opt/arp-warp-bin" - # - export warpbin=${arpwarphome}/bin/bin-${identifier} --export warpdoc=${arpwarphome}/manual -+export warpdoc=@GENTOO_PORTAGE_EPREFIX@/usr/share/doc/arp-warp-bin-7.1/html/ - export PATH=${warpbin}:${PATH} - # - # Checks for existence of $warpbin directory -diff --git a/share/arpwarp_setup_base.csh b/share/arpwarp_setup_base.csh -index 41b11e9..a4edcff 100644 ---- a/share/arpwarp_setup_base.csh -+++ b/share/arpwarp_setup_base.csh -@@ -13,7 +13,7 @@ else - set identifier = ${nameprocessor}'-'${namesystem} - endif - # --set arpwarphome = '$1X' -+set arpwarphome = '@GENTOO_PORTAGE_EPREFIX@/opt/arp-warp-bin' - # - setenv warpbin ${arpwarphome}/bin/bin-${identifier} - # -- cgit v1.2.3-65-gdbad