diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-04-21 09:35:43 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-04-21 09:35:43 +0000 |
commit | ff67884edc30ae7fa72d34d3b7432bea98f114b4 (patch) | |
tree | 854845acc93d0954e36c1d16a81d20b944ac311a /dev-util/monotone | |
parent | added version 0.11.1 in the hope of fixing bug #87522. (diff) | |
download | historical-ff67884edc30ae7fa72d34d3b7432bea98f114b4.tar.gz historical-ff67884edc30ae7fa72d34d3b7432bea98f114b4.tar.bz2 historical-ff67884edc30ae7fa72d34d3b7432bea98f114b4.zip |
Version bump as per bug #85998.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/monotone')
-rw-r--r-- | dev-util/monotone/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/monotone/Manifest | 10 | ||||
-rw-r--r-- | dev-util/monotone/files/digest-monotone-0.18 | 1 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.18.ebuild | 68 |
4 files changed, 81 insertions, 5 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index d7c463de8c3e..ab793b53fedc 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/monotone # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.9 2005/04/19 21:32:29 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.10 2005/04/21 09:35:43 dragonheart Exp $ + +*monotone-0.18 (21 Apr 2005) + + 21 Apr 2005; Daniel Black <dragonheart@gentoo.org> +monotone-0.18.ebuild: + Version bump as per bug #85998. Thanks Wojciech Milkowski <wmilkowski@gazeta.pl> 19 Apr 2005; Daniel Black <dragonheart@gentoo.org> monotone-0.16.ebuild, monotone-0.17.ebuild: diff --git a/dev-util/monotone/Manifest b/dev-util/monotone/Manifest index 0e8f22fde859..e2e82bda1b14 100644 --- a/dev-util/monotone/Manifest +++ b/dev-util/monotone/Manifest @@ -3,14 +3,16 @@ Hash: SHA1 MD5 6e269830aa6675d07249e2dbd385a9e0 monotone-0.17.ebuild 1754 MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403 -MD5 34050d65dd32fa7d5d90f8bdb7257df1 ChangeLog 1844 +MD5 59841321a6c597d72b730a619ef3a8e7 ChangeLog 2035 MD5 dc5686ff5a40dfaf23bd7e7e2ae96073 monotone-0.16.ebuild 1236 +MD5 a65f4f6c8bbb3e9095f08b8f57e47d29 monotone-0.18.ebuild 1764 MD5 f7dab86750bae0e4ff09e2139b790084 files/digest-monotone-0.16 66 MD5 c8834d71dc37833961a7eb7b4a455e84 files/digest-monotone-0.17 66 +MD5 a4899373e67a34bbd0127cfb616e19ae files/digest-monotone-0.18 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCZXj0mdTrptrqvGERAlHpAJ0YzUFcv23Uv4xxKmYdtQa4x0AZ+ACfR5Xb -beX3tyvDsQzCmTaQq39+OaA= -=QEqn +iD8DBQFCZ3P/mdTrptrqvGERAjoIAJ97CfYECMCMeijcgv8LPvRQ43Jy9gCdHJbv +nP1th+EZJ0/9HQXKNBEJhVA= +=Zvrd -----END PGP SIGNATURE----- diff --git a/dev-util/monotone/files/digest-monotone-0.18 b/dev-util/monotone/files/digest-monotone-0.18 new file mode 100644 index 000000000000..98e2dbdb8cae --- /dev/null +++ b/dev-util/monotone/files/digest-monotone-0.18 @@ -0,0 +1 @@ +MD5 16a8f0cce9d219311d75e2b913d0fabc monotone-0.18.tar.gz 3989250 diff --git a/dev-util/monotone/monotone-0.18.ebuild b/dev-util/monotone/monotone-0.18.ebuild new file mode 100644 index 000000000000..bc059b7e01da --- /dev/null +++ b/dev-util/monotone/monotone-0.18.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.18.ebuild,v 1.1 2005/04/21 09:35:43 dragonheart Exp $ + +inherit eutils flag-o-matic + +DESCRIPTION="Monotone Distributed Version Control System" +HOMEPAGE="http://www.venge.net/monotone/" +SRC_URI="http://www.venge.net/monotone/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="${PV}" +KEYWORDS="x86 amd64 ~ppc" +#KEYWORDS ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" + +IUSE="nls doc" + +RDEPEND=">=dev-libs/boost-1.31.0 + dev-libs/popt" +DEPEND="${RDEPEND} + >=sys-devel/gcc-3.2 + sys-devel/gettext" +# doc? ( dev-lang/perl sys-apps/texinfo )" + +src_compile() { + + # more aggressive optimizations cause trouble with the + # crypto library + # disable stack protector + + strip-flags + # replace-flags -O3 -O2 + append-flags -fno-stack-protector-all -fno-stack-protector -fno-strict-aliasing + + econf `use_enable nls` || die + emake || die "emake failed" +} + +src_test() { + make check || die "self test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + + if use doc ; then + dodoc figures/*.pdf + # Generate html docs - broken - missing images from figures directory + # emake html || die "emake html failed" + # dohtml -r html/* + fi + + + dodoc NEWS + dodoc UPGRADE + + # Slotting + OLD_N=${PN} + NEW_N=${PN}-${PV} + cd ${D}/usr + mv bin/${OLD_N} bin/${NEW_N} + mv share/info/${OLD_N}.info share/info/${NEW_N}.info + mv share/man/man1/${OLD_N}.1 share/man/man1/${NEW_N}.1 + + ewarn "For incopatibility reasons new monotone binary was renamed to \"${NEW_N}\"" + ewarn "If you want to use new features of ${PN} you have to upgrade your existing" + ewarn "databases as described in /usr/share/doc/${P}/UPGRAGE.gz document." +} |