summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-16 20:46:11 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-16 20:46:11 +0000
commit659001f1690041f27072c9602461741428dfce07 (patch)
tree592bb5d9468c157d287e548db0d4e5f710bb303b /net-misc/unison
parentarm/s390/sh love (diff)
downloadgentoo-2-659001f1690041f27072c9602461741428dfce07.tar.gz
gentoo-2-659001f1690041f27072c9602461741428dfce07.tar.bz2
gentoo-2-659001f1690041f27072c9602461741428dfce07.zip
remove unused versions
(Portage version: 2.1.5.5)
Diffstat (limited to 'net-misc/unison')
-rw-r--r--net-misc/unison/ChangeLog8
-rw-r--r--net-misc/unison/files/ocaml-3.08-extnames.patch14
-rw-r--r--net-misc/unison/files/unison-2.12.0-gtk2-bug.patch11
-rw-r--r--net-misc/unison/files/unison-2.17.1-io-error.patch66
-rw-r--r--net-misc/unison/unison-2.12.0-r1.ebuild63
-rw-r--r--net-misc/unison/unison-2.17.1-r1.ebuild77
-rw-r--r--net-misc/unison/unison-2.27.57.ebuild73
7 files changed, 7 insertions, 305 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog
index 5235e33bf9f3..a221c0a388c0 100644
--- a/net-misc/unison/ChangeLog
+++ b/net-misc/unison/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/unison
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.50 2008/06/16 20:20:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.51 2008/06/16 20:46:11 aballier Exp $
+
+ 16 Jun 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/unison-2.12.0-gtk2-bug.patch, -files/unison-2.17.1-io-error.patch,
+ -files/ocaml-3.08-extnames.patch, -unison-2.12.0-r1.ebuild,
+ -unison-2.17.1-r1.ebuild, -unison-2.27.57.ebuild:
+ remove unused versions
*unison-2.13.16-r1 (16 Jun 2008)
diff --git a/net-misc/unison/files/ocaml-3.08-extnames.patch b/net-misc/unison/files/ocaml-3.08-extnames.patch
deleted file mode 100644
index e959be2f3991..000000000000
--- a/net-misc/unison/files/ocaml-3.08-extnames.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur unison-2.9.1/ubase/uprintf.ml unison-2.9.1.patched/ubase/uprintf.ml
---- unison-2.9.1/ubase/uprintf.ml 2002-04-11 07:13:23.000000000 +0200
-+++ unison-2.9.1.patched/ubase/uprintf.ml 2004-08-08 14:10:09.784776851 +0200
-@@ -10,8 +10,8 @@
- (* *)
- (***********************************************************************)
-
--external format_int: string -> int -> string = "format_int"
--external format_float: string -> float -> string = "format_float"
-+external format_int: string -> int -> string = "caml_format_int"
-+external format_float: string -> float -> string = "caml_format_float"
-
- let fprintf outchan doafter format =
- let format = (Obj.magic format : string) in
diff --git a/net-misc/unison/files/unison-2.12.0-gtk2-bug.patch b/net-misc/unison/files/unison-2.12.0-gtk2-bug.patch
deleted file mode 100644
index 637f19adcb28..000000000000
--- a/net-misc/unison/files/unison-2.12.0-gtk2-bug.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- uigtk2.ml.old 2005-03-12 17:17:59.000000000 +0100
-+++ uigtk2.ml 2005-07-13 19:55:34.856959280 +0200
-@@ -1314,7 +1314,7 @@
- mainWindow#scroll_vertical `JUMP (min p 1.) in
-
- ignore (mainWindow#connect#unselect_row ~callback:
-- (fun ~row ~column ~event -> current := None; updateDetails ()));
-+ (fun ~row ~column ~event -> current := None));
- ignore (mainWindow#connect#select_row ~callback:
- (fun ~row ~column ~event -> current := Some row; updateDetails ()));
-
diff --git a/net-misc/unison/files/unison-2.17.1-io-error.patch b/net-misc/unison/files/unison-2.17.1-io-error.patch
deleted file mode 100644
index eea448534504..000000000000
--- a/net-misc/unison/files/unison-2.17.1-io-error.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-diff -uNr unison-2.17.1.orig/stasher.ml unison-2.17.1/stasher.ml
---- unison-2.17.1.orig/stasher.ml 2005-08-11 17:26:59.000000000 -0700
-+++ unison-2.17.1/stasher.ml 2006-09-13 12:04:18.000000000 -0700
-@@ -314,23 +314,36 @@
- (Path.toString backPath)
- (Fspath.toString backRoot));
- try Os.rename fspath path backRoot backPath
-- with
-- _ ->
-- ((let info = Fileinfo.get true fspath path in
-- match info.Fileinfo.typ with
-- `SYMLINK ->
-- Os.symlink
-- backRoot backPath
-- (Os.readLink fspath path)
-- | _ ->
-- Copy.localFile
-- fspath path
-- backRoot backPath backPath
-- `Copy
-- info.Fileinfo.desc
-- (Osx.ressLength info.Fileinfo.osX.Osx.ressInfo)
-- None);
-- Os.delete fspath path)
-+ with
-+ _ ->
-+ debug (fun () -> Util.msg "Rename failed -- copying instead\n");
-+ let rec copy p backp =
-+ let info = Fileinfo.get true fspath p in
-+ match info.Fileinfo.typ with
-+ | `SYMLINK ->
-+ debug (fun () -> Util.msg " Copying link %s / %s to %s / %s\n"
-+ (Fspath.toString fspath) (Path.toString p)
-+ (Fspath.toString backRoot) (Path.toString backp));
-+ Os.symlink backRoot backp (Os.readLink fspath p)
-+ | `FILE ->
-+ debug (fun () -> Util.msg " Copying file %s / %s to %s / %s\n"
-+ (Fspath.toString fspath) (Path.toString p)
-+ (Fspath.toString backRoot) (Path.toString backp));
-+ Copy.localFile fspath p backRoot backp backp
-+ `Copy info.Fileinfo.desc
-+ (Osx.ressLength info.Fileinfo.osX.Osx.ressInfo) None
-+ | `DIRECTORY ->
-+ debug (fun () -> Util.msg " Copying directory %s / %s to %s / %s\n"
-+ (Fspath.toString fspath) (Path.toString p)
-+ (Fspath.toString backRoot) (Path.toString backp));
-+ Os.createDir backRoot backp info.Fileinfo.desc;
-+ let ch = Os.childrenOf fspath p in
-+ Safelist.iter (fun n -> copy (Path.child p n) (Path.child backp n)) ch
-+ | `ABSENT -> assert false in
-+ copy path backPath;
-+ debug (fun () -> Util.msg " Finished copying; deleting %s / %s\n"
-+ (Fspath.toString fspath) (Path.toString path));
-+ Os.delete fspath path
- end else begin
- debug ( fun () -> Util.msg
- "File %s in %s will not be backed up.\n"
-diff -uNr unison-2.17.1.orig/uutil.ml unison-2.17.1/uutil.ml
---- unison-2.17.1.orig/uutil.ml 2005-08-11 17:26:59.000000000 -0700
-+++ unison-2.17.1/uutil.ml 2006-09-13 12:01:33.000000000 -0700
-@@ -123,4 +123,4 @@
- end else if !l > 0 then
- notify !l
- in
-- Util.convertUnixErrorsToTransient "readWrite" (fun () -> read len)
-+ Util.convertUnixErrorsToTransient "readWriteBounded" (fun () -> read len)
diff --git a/net-misc/unison/unison-2.12.0-r1.ebuild b/net-misc/unison/unison-2.12.0-r1.ebuild
deleted file mode 100644
index dab153b3044a..000000000000
--- a/net-misc/unison/unison-2.12.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.12.0-r1.ebuild,v 1.2 2005/09/21 21:35:41 mattam Exp $
-
-inherit eutils
-
-IUSE="gtk static debug threads"
-
-DESCRIPTION="Two-way cross-platform file synchronizer"
-HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~amd64 sparc"
-
-DEPEND=">=dev-lang/ocaml-3.04
- gtk? ( >=dev-ml/lablgtk-2.2 )"
-
-RDEPEND="gtk? ( >=dev-ml/lablgtk-2.2
-|| ( net-misc/x11-ssh-askpass net-misc/gtk2-ssh-askpass ) )"
-
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-src_unpack() {
- unpack ${P}.tar.gz
-
- # Fix for coreutils change of tail syntax
- cd ${S}
- sed -i -e 's/tail -1/tail -n 1/' Makefile.OCaml
- # Fix for bad button behavior
- epatch ${FILESDIR}/unison-2.12.0-gtk2-bug.patch
-}
-
-src_compile() {
- local myconf
-
- if use threads; then
- myconf="$myconf THREADS=true"
- fi
-
- if use static; then
- myconf="$myconf STATIC=true"
- fi
-
- if use debug; then
- myconf="$myconf DEBUGGING=true"
- fi
-
- if use gtk; then
- myconf="$myconf UISTYLE=gtk2"
- else
- myconf="$myconf UISTYLE=text"
- fi
-
- make $myconf CFLAGS="" || die "error making unsion"
-}
-
-src_install () {
- # install manually, since it's just too much
- # work to force the Makefile to do the right thing.
- dobin unison || die
- dodoc BUGS.txt CONTRIB COPYING INSTALL NEWS \
- README ROADMAP.txt TODO.txt || die
-}
diff --git a/net-misc/unison/unison-2.17.1-r1.ebuild b/net-misc/unison/unison-2.17.1-r1.ebuild
deleted file mode 100644
index f82ee1d00b2e..000000000000
--- a/net-misc/unison/unison-2.17.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.17.1-r1.ebuild,v 1.4 2007/07/22 08:10:38 dberkholz Exp $
-
-inherit eutils
-
-IUSE="gtk doc static debug threads"
-
-DESCRIPTION="Two-way cross-platform file synchronizer"
-HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-
-DEPEND=">=dev-lang/ocaml-3.04
- gtk? ( >=dev-ml/lablgtk-2.2 )"
-
-RDEPEND="gtk? ( >=dev-ml/lablgtk-2.2
-|| ( net-misc/x11-ssh-askpass net-misc/gtk2-ssh-askpass ) )"
-
-PDEPEND="gtk? ( media-fonts/font-schumacher-misc )"
-
-SRC_URI="http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz
-doc? ( http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
- http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )"
-
-pkg_setup() {
- ewarn "This is a beta release, use at your very own risk"
-}
-
-src_unpack() {
- unpack ${P}.tar.gz
- # backport patch for file-io error (fixed in current trunk)
- EPATCH_OPTS="-d ${S} -p1"
- epatch ${FILESDIR}/${P}-io-error.patch
-
- # Fix for coreutils change of tail syntax
- cd ${S}
- sed -i -e 's/tail -1/tail -n 1/' Makefile.OCaml
-}
-
-src_compile() {
- local myconf
-
- if use threads; then
- myconf="$myconf THREADS=true"
- fi
-
- if use static; then
- myconf="$myconf STATIC=true"
- fi
-
- if use debug; then
- myconf="$myconf DEBUGGING=true"
- fi
-
- if use gtk; then
- myconf="$myconf UISTYLE=gtk2"
- else
- myconf="$myconf UISTYLE=text"
- fi
-
- make $myconf CFLAGS="" || die "error making unsion"
-}
-
-src_install () {
- # install manually, since it's just too much
- # work to force the Makefile to do the right thing.
- dobin unison || die
- dodoc BUGS.txt CONTRIB COPYING INSTALL NEWS \
- README ROADMAP.txt TODO.txt || die
-
- if use doc; then
- dohtml ${DISTDIR}/${P}-manual.html || die
- dodoc ${DISTDIR}/${P}-manual.pdf || die
- fi
-}
diff --git a/net-misc/unison/unison-2.27.57.ebuild b/net-misc/unison/unison-2.27.57.ebuild
deleted file mode 100644
index f497e1fbdbb6..000000000000
--- a/net-misc/unison/unison-2.27.57.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.27.57.ebuild,v 1.1 2008/01/27 15:06:14 aballier Exp $
-
-inherit eutils
-
-IUSE="gtk doc static debug threads"
-
-DESCRIPTION="Two-way cross-platform file synchronizer"
-HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-
-DEPEND=">=dev-lang/ocaml-3.04
- gtk? ( >=dev-ml/lablgtk-2.2 )"
-
-RDEPEND="gtk? ( >=dev-ml/lablgtk-2.2
-|| ( net-misc/x11-ssh-askpass net-misc/gtk2-ssh-askpass ) )"
-
-PDEPEND="gtk? ( media-fonts/font-schumacher-misc )"
-
-SRC_URI="http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz
-doc? ( http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
- http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-as-needed.patch"
-}
-
-src_compile() {
- local myconf
-
- if use threads; then
- myconf="$myconf THREADS=true"
- fi
-
- if use static; then
- myconf="$myconf STATIC=true"
- fi
-
- if use debug; then
- myconf="$myconf DEBUGGING=true"
- fi
-
- if use gtk; then
- myconf="$myconf UISTYLE=gtk2"
- else
- myconf="$myconf UISTYLE=text"
- fi
-
- # Discard cflags as it will try to pass them to ocamlc...
- emake -j1 $myconf CFLAGS="" || die "error making unsion"
-}
-
-src_test() {
- emake selftest || die "selftest failed"
-}
-
-src_install () {
- # install manually, since it's just too much
- # work to force the Makefile to do the right thing.
- dobin unison || die
- dodoc BUGS.txt CONTRIB INSTALL NEWS \
- README ROADMAP.txt TODO.txt || die
-
- if use doc; then
- dohtml "${DISTDIR}/${P}-manual.html" || die
- dodoc "${DISTDIR}/${P}-manual.pdf" || die
- fi
-}