diff options
author | Henry Gebhardt <hsggebhardt@googlemail.com> | 2011-11-16 21:58:44 +0100 |
---|---|---|
committer | Henry Gebhardt <hsggebhardt@googlemail.com> | 2011-11-16 21:58:44 +0100 |
commit | f1c3f7f15134f43b205d62b3ee13df340dcacc94 (patch) | |
tree | 6835b2068eb25f4b518a2299162ca2a210e9f30e | |
parent | Remove perl-gcpan/IPC-XPA (diff) | |
download | kork-f1c3f7f15134f43b205d62b3ee13df340dcacc94.tar.gz kork-f1c3f7f15134f43b205d62b3ee13df340dcacc94.tar.bz2 kork-f1c3f7f15134f43b205d62b3ee13df340dcacc94.zip |
sci-astronomy/fpipe-9999: We don't need perl-IPC-XPA
-rw-r--r-- | sci-astronomy/fpipe/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch | 62 | ||||
-rw-r--r-- | sci-astronomy/fpipe/fpipe-9999.ebuild | 1 |
3 files changed, 65 insertions, 1 deletions
diff --git a/sci-astronomy/fpipe/Manifest b/sci-astronomy/fpipe/Manifest index 222ba6d..526ac9e 100644 --- a/sci-astronomy/fpipe/Manifest +++ b/sci-astronomy/fpipe/Manifest @@ -1 +1,2 @@ -EBUILD fpipe-9999.ebuild 1985 RMD160 ea330776ee24415aaa3421539d542ce5c8010ef0 SHA1 6d38aa13f5c0dfca1d7d3fbbb027c87ce79d143e SHA256 1291467478da691f1ee69049bd41ac696cf7a45ee94f31bd7cef66bbc606ed1b +AUX pipeline_driver-Remove-references-to-IPC-XPA.patch 1998 RMD160 95d82752537d8d82d11611d39d8df6aa0da5f738 SHA1 52324d209e131918e35296a2fc958a8f2f188284 SHA256 cebb143841aa3cb524fcd342d81f570bf936f4381e63b8943b434409a12ef43b +EBUILD fpipe-9999.ebuild 2058 RMD160 8836bf08387a4daf9aaf7cd02cdea929457a29e9 SHA1 1fbcad320dde0dce6910dea5589330fdb23208d6 SHA256 bf841e36df6d85aa9e3542a6db84c4fab878d5af63a7a4c46fcee0940a6d181d diff --git a/sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch b/sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch new file mode 100644 index 0000000..421dce1 --- /dev/null +++ b/sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch @@ -0,0 +1,62 @@ +From 2d679c373df2834f411024a2a64f34d0dc05ffa2 Mon Sep 17 00:00:00 2001 +From: Henry Gebhardt <hsggebhardt@googlemail.com> +Date: Thu, 11 Nov 2010 15:41:52 +0100 +Subject: [PATCH] pipeline_driver: Remove references to IPC::XPA + +The perl module is no longer used since the 'fpipeservercmd' branch was +merged in commit e6c591eb1013415aaaa14c7505769a765cbd8b5c. +--- + software/README | 4 ---- + software/pipeline_driver/perl/README | 1 - + software/pipeline_driver/perl/lib/fpTask.pm | 1 - + 3 files changed, 0 insertions(+), 6 deletions(-) + +diff --git a/software/README b/software/README +index 628ce17..390a28d 100644 +--- a/software/README ++++ b/software/README +@@ -22,7 +22,6 @@ have used at some point in the development process. + with modules: + IPC::Semaphore + IPC::SysV +- IPC::XPA + List::Util + POSIX ":sys_wait_h" + Time::HiRes +@@ -40,9 +39,6 @@ To install all needed perl modules, do the following: + dev-perl/gtk2-perl + dev-perl/XML-Simple + virtual/perl-Time-HiRes +- app-portage/g-cpan +- and run the following command: +- $ g-cpan -i IPC::XPA + + - You might need to install some modules with the cpan command. If + you are on an IAAT-Cluster computer, be sure to NOT use +diff --git a/software/pipeline_driver/perl/README b/software/pipeline_driver/perl/README +index a2214cb..992cc21 100644 +--- a/software/pipeline_driver/perl/README ++++ b/software/pipeline_driver/perl/README +@@ -3,7 +3,6 @@ is: + + IPC::Semaphore + IPC::SysV +-IPC::XPA + List::Util + POSIX ":sys_wait_h" + Time::HiRes +diff --git a/software/pipeline_driver/perl/lib/fpTask.pm b/software/pipeline_driver/perl/lib/fpTask.pm +index 6d9b27c..2683829 100755 +--- a/software/pipeline_driver/perl/lib/fpTask.pm ++++ b/software/pipeline_driver/perl/lib/fpTask.pm +@@ -10,7 +10,6 @@ use POSIX ":sys_wait_h"; + use Time::HiRes qw(usleep); + use List::Util qw(max); + use XML::Simple; +-use IPC::XPA; + + use Cwd 'realpath'; + use Switch; +-- +1.7.8.rc1 + diff --git a/sci-astronomy/fpipe/fpipe-9999.ebuild b/sci-astronomy/fpipe/fpipe-9999.ebuild index b8113f3..2c28fcd 100644 --- a/sci-astronomy/fpipe/fpipe-9999.ebuild +++ b/sci-astronomy/fpipe/fpipe-9999.ebuild @@ -33,6 +33,7 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}"/pipeline_driver-Remove-references-to-IPC-XPA.patch cd software ./bootstrap.sh || die "bootstrap failed" } |