diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-07 19:51:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-07 19:51:04 +0000 |
commit | df5f6dc9a7096d392b8f827ee2f92ed328225498 (patch) | |
tree | 8380347c144e025106c0eb8609acf79c0084e4a6 /sci-chemistry/azara/files | |
parent | x86 stable, bug #301906 (diff) | |
download | gentoo-2-df5f6dc9a7096d392b8f827ee2f92ed328225498.tar.gz gentoo-2-df5f6dc9a7096d392b8f827ee2f92ed328225498.tar.bz2 gentoo-2-df5f6dc9a7096d392b8f827ee2f92ed328225498.zip |
New ebuild
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/azara/files')
-rw-r--r-- | sci-chemistry/azara/files/help-makefile.patch | 196 |
1 files changed, 196 insertions, 0 deletions
diff --git a/sci-chemistry/azara/files/help-makefile.patch b/sci-chemistry/azara/files/help-makefile.patch new file mode 100644 index 000000000000..5a42034734da --- /dev/null +++ b/sci-chemistry/azara/files/help-makefile.patch @@ -0,0 +1,196 @@ +--- help/makefile 2002-11-01 13:27:27.000000000 +0100 ++++ help/makefile.new 2008-12-24 14:45:56.141225333 +0100 +@@ -37,102 +37,102 @@ + .c.o:; $(CC) -c $(CFLAGS) $< + + hlp: +- txt2hlp azara +- txt2hlp combine +- txt2hlp components +- txt2hlp connect +- txt2hlp contours +- txt2hlp deflate +- txt2hlp extract +- txt2hlp peak_find +- txt2hlp peak_fit +- txt2hlp plot1 +- txt2hlp plot2 +- txt2hlp process +- txt2hlp project +- txt2hlp slides +- txt2hlp reflate +- txt2hlp unblock +- txt2hlp viewer +- txt2hlp plot2/baseline +- txt2hlp plot2/data +- txt2hlp plot2/extract +- txt2hlp plot2/levels +- txt2hlp plot2/object +- txt2hlp plot2/output +- txt2hlp plot2/peak +- txt2hlp plot2/peaks +- txt2hlp plot2/phase +- txt2hlp plot2/property +- txt2hlp plot2/region +- txt2hlp plot2/rowcol +- txt2hlp plot2/save +- txt2hlp plot2/tracking +- txt2hlp plot1/button +- txt2hlp plot1/data +- txt2hlp plot1/object +- txt2hlp plot1/output +- txt2hlp plot1/property +- txt2hlp plot1/region +- txt2hlp plot1/slider +- txt2hlp plot1/text ++ ./txt2hlp azara ++ ./txt2hlp combine ++ ./txt2hlp components ++ ./txt2hlp connect ++ ./txt2hlp contours ++ ./txt2hlp deflate ++ ./txt2hlp extract ++ ./txt2hlp peak_find ++ ./txt2hlp peak_fit ++ ./txt2hlp plot1 ++ ./txt2hlp plot2 ++ ./txt2hlp process ++ ./txt2hlp project ++ ./txt2hlp slides ++ ./txt2hlp reflate ++ ./txt2hlp unblock ++ ./txt2hlp viewer ++ ./txt2hlp plot2/baseline ++ ./txt2hlp plot2/data ++ ./txt2hlp plot2/extract ++ ./txt2hlp plot2/levels ++ ./txt2hlp plot2/object ++ ./txt2hlp plot2/output ++ ./txt2hlp plot2/peak ++ ./txt2hlp plot2/peaks ++ ./txt2hlp plot2/phase ++ ./txt2hlp plot2/property ++ ./txt2hlp plot2/region ++ ./txt2hlp plot2/rowcol ++ ./txt2hlp plot2/save ++ ./txt2hlp plot2/tracking ++ ./txt2hlp plot1/button ++ ./txt2hlp plot1/data ++ ./txt2hlp plot1/object ++ ./txt2hlp plot1/output ++ ./txt2hlp plot1/property ++ ./txt2hlp plot1/region ++ ./txt2hlp plot1/slider ++ ./txt2hlp plot1/text + + html: +- txt2html azara +- txt2html combine +- txt2html components +- txt2html connect +- txt2html contours +- txt2html deflate +- txt2html extract +- txt2html peak_find +- txt2html peak_fit +- txt2html plot1 +- txt2html plot2 +- txt2html process +- txt2html project +- txt2html slides +- txt2html reflate +- txt2html unblock +- txt2html viewer +- txt2html plot2/baseline +- txt2html plot2/data +- txt2html plot2/extract +- txt2html plot2/levels +- txt2html plot2/object +- txt2html plot2/output +- txt2html plot2/peak +- txt2html plot2/peaks +- txt2html plot2/phase +- txt2html plot2/property +- txt2html plot2/region +- txt2html plot2/rowcol +- txt2html plot2/save +- txt2html plot2/tracking +- txt2html plot1/button +- txt2html plot1/data +- txt2html plot1/object +- txt2html plot1/output +- txt2html plot1/property +- txt2html plot1/region +- txt2html plot1/slider +- txt2html plot1/text +- txt2html CHANGES +- txt2html INSTALL +- txt2html README-2.7 +- txt2html CHANGES-1.0-1 +- txt2html CHANGES-1.0-2 +- txt2html CHANGES-1.0-3 +- txt2html CHANGES-2.0-0 +- txt2html CHANGES-2.5-0 +- txt2html CHANGES-2.6-0 +- txt2html CHANGES-2.7-0 +- txt2html LICENSE ++ ./txt2html azara ++ ./txt2html combine ++ ./txt2html components ++ ./txt2html connect ++ ./txt2html contours ++ ./txt2html deflate ++ ./txt2html extract ++ ./txt2html peak_find ++ ./txt2html peak_fit ++ ./txt2html plot1 ++ ./txt2html plot2 ++ ./txt2html process ++ ./txt2html project ++ ./txt2html slides ++ ./txt2html reflate ++ ./txt2html unblock ++ ./txt2html viewer ++ ./txt2html plot2/baseline ++ ./txt2html plot2/data ++ ./txt2html plot2/extract ++ ./txt2html plot2/levels ++ ./txt2html plot2/object ++ ./txt2html plot2/output ++ ./txt2html plot2/peak ++ ./txt2html plot2/peaks ++ ./txt2html plot2/phase ++ ./txt2html plot2/property ++ ./txt2html plot2/region ++ ./txt2html plot2/rowcol ++ ./txt2html plot2/save ++ ./txt2html plot2/tracking ++ ./txt2html plot1/button ++ ./txt2html plot1/data ++ ./txt2html plot1/object ++ ./txt2html plot1/output ++ ./txt2html plot1/property ++ ./txt2html plot1/region ++ ./txt2html plot1/slider ++ ./txt2html plot1/text ++ ./txt2html CHANGES ++ ./txt2html INSTALL ++ ./txt2html README-2.7 ++ ./txt2html CHANGES-1.0-1 ++ ./txt2html CHANGES-1.0-2 ++ ./txt2html CHANGES-1.0-3 ++ ./txt2html CHANGES-2.0-0 ++ ./txt2html CHANGES-2.5-0 ++ ./txt2html CHANGES-2.6-0 ++ ./txt2html CHANGES-2.7-0 ++ ./txt2html LICENSE + + clean: + rm *.o + + realclean: + rm *.o +- rm txt2hlp +- rm txt2html ++ rm ./txt2hlp ++ rm ./txt2html |