diff options
Diffstat (limited to 'dev-util/monotone')
-rw-r--r-- | dev-util/monotone/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/monotone/Manifest | 3 | ||||
-rw-r--r-- | dev-util/monotone/files/digest-monotone-0.24 | 1 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.24.ebuild | 89 |
4 files changed, 100 insertions, 1 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index 06d846667135..cd65da844cee 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,12 @@ # 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.22 2005/11/18 02:24:44 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.23 2005/11/28 13:38:11 leonardop Exp $ + +*monotone-0.24 (28 Nov 2005) + + 28 Nov 2005; Leonardo Boshell <leonardop@gentoo.org> + +monotone-0.24.ebuild: + Version bump. 18 Nov 2005; Leonardo Boshell <leonardop@gentoo.org> monotone-0.18.ebuild, monotone-0.19.ebuild: diff --git a/dev-util/monotone/Manifest b/dev-util/monotone/Manifest index 108fdf5b6c1b..36ec07da02a6 100644 --- a/dev-util/monotone/Manifest +++ b/dev-util/monotone/Manifest @@ -1,11 +1,14 @@ +MD5 9cfaf9f8b51e3e38400f629d7421cbe7 .monotone-0.24.ebuild.swp 12288 MD5 d5575abfa190701651f9553a88b49008 ChangeLog 3976 MD5 f00af7715fb0a67538d5960d7cfcd4c7 files/30monotone-gentoo.el 120 MD5 f7dab86750bae0e4ff09e2139b790084 files/digest-monotone-0.16 66 MD5 a4899373e67a34bbd0127cfb616e19ae files/digest-monotone-0.18 66 MD5 da4fd1c22f053091a99f33b3da3331d3 files/digest-monotone-0.19 66 MD5 b3fd942f540580f4e9d6aae22dc56034 files/digest-monotone-0.23-r1 66 +MD5 f50e42fe7dbe7fdff970e25ae583725b files/digest-monotone-0.24 66 MD5 1e6a86b292ad8ea52efad1e28f593e2f metadata.xml 964 MD5 dc5686ff5a40dfaf23bd7e7e2ae96073 monotone-0.16.ebuild 1236 MD5 095960f333dafabb24e1c4e7f716fed0 monotone-0.18.ebuild 1687 MD5 74eee52d0cde4239fdaa080a013612db monotone-0.19.ebuild 1592 MD5 5c8a5b0f5499ecbe46691c3e5767002a monotone-0.23-r1.ebuild 2327 +MD5 5c8a5b0f5499ecbe46691c3e5767002a monotone-0.24.ebuild 2327 diff --git a/dev-util/monotone/files/digest-monotone-0.24 b/dev-util/monotone/files/digest-monotone-0.24 new file mode 100644 index 000000000000..3bcd1ce02933 --- /dev/null +++ b/dev-util/monotone/files/digest-monotone-0.24 @@ -0,0 +1 @@ +MD5 8193203c8b48104500d956f9e524bfcd monotone-0.24.tar.gz 5395860 diff --git a/dev-util/monotone/monotone-0.24.ebuild b/dev-util/monotone/monotone-0.24.ebuild new file mode 100644 index 000000000000..5a58bda58b0f --- /dev/null +++ b/dev-util/monotone/monotone-0.24.ebuild @@ -0,0 +1,89 @@ +# 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.24.ebuild,v 1.1 2005/11/28 13:38:11 leonardop Exp $ + +inherit elisp-common flag-o-matic + +DESCRIPTION="Monotone Distributed Version Control System" +HOMEPAGE="http://www.venge.net/monotone/" +SRC_URI="http://www.venge.net/${PN}/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="doc emacs ipv6 nls" + +RDEPEND=">=dev-libs/boost-1.32 + sys-libs/zlib + emacs? ( virtual/emacs )" + +DEPEND="${RDEPEND} + >=sys-devel/gcc-3.2 + nls? ( >=sys-devel/gettext-0.11.5 ) + doc? ( sys-apps/texinfo )" + +SITEFILE="30monotone-gentoo.el" + + +src_compile() { + local myconf="$(use_enable nls) \ + $(use_enable ipv6)" + + # more aggressive optimizations cause trouble with the crypto library + strip-flags + append-flags -fno-stack-protector-all -fno-stack-protector \ + -fno-strict-aliasing -fno-omit-frame-pointer + + econf ${myconf} || die "configure failed" + emake || die "Compilation failed" + + if use doc; then + make html || die 'html compilation failed' + fi + + use emacs && elisp-compile contrib/*.el +} + +src_test() { + make check || die "self test failed" +} + +src_install() { + make DESTDIR="${D}" install || die "Installation failed" + + if use doc; then + dohtml -r html/* + dohtml -r figures + fi + + if use emacs; then + elisp-install ${PN} contrib/*.{el,elc} + elisp-site-file-install ${FILESDIR}/${SITEFILE} + fi + + dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README* UPGRADE +} + +pkg_postinst() { + use emacs && elisp-site-regen + + einfo + einfo "If you are upgrading from:" + einfo " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You" + einfo " must run 'db migrate' against each of your databases; this " + einfo " will automatically migrate the keys. Command line syntax for" + einfo " 'serve' has changed; please adjust startup scripts accordingly." + einfo " - 0.21 or earlier: hooks governing netsync read permission have" + einfo " changed again; see /usr/share/doc/${PF}/NEWS.gz" + einfo " - 0.20 or earlier: you need to run 'db migrate' against each of" + einfo " your databases." + einfo + einfo "For instructions to upgrade from previous versions, please read" + einfo "/usr/share/doc/${PF}/UPGRADE.gz" + einfo +} + +pkg_postrm() { + use emacs && elisp-site-regen +} |