diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2010-09-27 00:25:06 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2010-09-27 00:25:06 +0000 |
commit | b79e54dc87a44f1d2b843c49052484527e46cd57 (patch) | |
tree | f1ffb7b6bb9a91fd2594abedba59d6c00b2c1126 /dev-vcs | |
parent | The test failure is not related to gcc afterall. (diff) | |
download | gentoo-2-b79e54dc87a44f1d2b843c49052484527e46cd57.tar.gz gentoo-2-b79e54dc87a44f1d2b843c49052484527e46cd57.tar.bz2 gentoo-2-b79e54dc87a44f1d2b843c49052484527e46cd57.zip |
[dev-vcs/fossil] Version bump. Removed old version.
(Portage version: 2.2_rc86/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/fossil/ChangeLog | 9 | ||||
-rw-r--r-- | dev-vcs/fossil/fossil-20100124175507.ebuild | 33 | ||||
-rw-r--r-- | dev-vcs/fossil/fossil-20100918155143.ebuild | 39 | ||||
-rw-r--r-- | dev-vcs/fossil/metadata.xml | 3 |
4 files changed, 49 insertions, 35 deletions
diff --git a/dev-vcs/fossil/ChangeLog b/dev-vcs/fossil/ChangeLog index aa22726df4ba..1c96898885b5 100644 --- a/dev-vcs/fossil/ChangeLog +++ b/dev-vcs/fossil/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-vcs/fossil # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.2 2010/05/19 07:52:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.3 2010/09/27 00:25:06 rafaelmartins Exp $ + +*fossil-20100918155143 (27 Sep 2010) + + 27 Sep 2010; Rafael G. Martins <rafaelmartins@gentoo.org> + -fossil-20100124175507.ebuild, +fossil-20100918155143.ebuild, + metadata.xml: + Version bump. Removed old version. *fossil-20100318142033 (19 May 2010) diff --git a/dev-vcs/fossil/fossil-20100124175507.ebuild b/dev-vcs/fossil/fossil-20100124175507.ebuild deleted file mode 100644 index ce3085450d0b..000000000000 --- a/dev-vcs/fossil/fossil-20100124175507.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20100124175507.ebuild,v 1.1 2010/05/07 18:44:33 ulm Exp $ - -EAPI="2" -inherit toolchain-funcs - -MY_P="${PN}-src-${PV}" -DESCRIPTION="simple, high-reliability, distributed software configuration management" -HOMEPAGE="http://www.fossil-scm.org/" -SRC_URI="http://www.fossil-scm.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-libs/zlib" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i \ - -e "/^TCC/s:=.*:=$(tc-getCC) -Wall \$(CFLAGS) \$(CPPFLAGS):" \ - -e "/^BCC/s:gcc:$(tc-getBUILD_CC):" \ - Makefile || die -} - -src_install() { - dobin fossil || die - dodoc ci_cvs.txt ci_fossil.txt cvs2fossil.txt -} diff --git a/dev-vcs/fossil/fossil-20100918155143.ebuild b/dev-vcs/fossil/fossil-20100918155143.ebuild new file mode 100644 index 000000000000..49bcf4f2c7ea --- /dev/null +++ b/dev-vcs/fossil/fossil-20100918155143.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20100918155143.ebuild,v 1.1 2010/09/27 00:25:06 rafaelmartins Exp $ + +EAPI="2" + +inherit eutils toolchain-funcs + +MY_P="${PN}-src-${PV}" +PATCH_PV="20100318142033" + +DESCRIPTION="simple, high-reliability, distributed software configuration management" +HOMEPAGE="http://www.fossil-scm.org/" +SRC_URI="http://www.fossil-scm.org/download/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-db/sqlite:3 + dev-libs/openssl + sys-libs/zlib" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + epatch "${FILESDIR}/${PATCH_PV}-gentoo.patch" + sed -i \ + -e "/^TCC *=/s:=.*:=$(tc-getCC) -Wall \$(CFLAGS) \$(CPPFLAGS):" \ + -e "/^BCC/s:gcc:$(tc-getBUILD_CC):" \ + Makefile || die 'sed failed.' +} + +src_install() { + dobin fossil || die 'dobin failed.' + dodoc ci_cvs.txt ci_fossil.txt cvs2fossil.txt || die 'dodoc failed.' +} diff --git a/dev-vcs/fossil/metadata.xml b/dev-vcs/fossil/metadata.xml index 73420b6cf0f0..0aa1911bbd0c 100644 --- a/dev-vcs/fossil/metadata.xml +++ b/dev-vcs/fossil/metadata.xml @@ -3,6 +3,7 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> </maintainer> </pkgmetadata> |