* [gentoo-commits] gentoo-x86 commit in dev-vcs/mcvs: metadata.xml mcvs-1.0.10.ebuild ChangeLog mcvs-1.0.13.ebuild
@ 2010-03-05 16:22 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-03-05 16:22 UTC (permalink / raw
To: gentoo-commits
ulm 10/03/05 16:22:50
Added: metadata.xml mcvs-1.0.10.ebuild ChangeLog
mcvs-1.0.13.ebuild
Log:
Move package from dev-util to dev-vcs, bug 56967.
(Portage version: 2.2_rc63/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.1 dev-vcs/mcvs/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
Meta-CVS is a version control system built around CVS. Although it
retains most of the features of CVS, including all of the networking
support, it is more capable than CVS, and easier to use. Its main
features are:
* Directory structure versioning
* User-friendly file type handling
* Sane corner cases
* Simple branching and merging
* Support for symbolic links and meta-data
* Tracking of third party code containing moves and renames
* Ease of deployment
</longdescription>
</pkgmetadata>
1.1 dev-vcs/mcvs/mcvs-1.0.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/mcvs-1.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/mcvs-1.0.10.ebuild?rev=1.1&content-type=text/plain
Index: mcvs-1.0.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mcvs/mcvs-1.0.10.ebuild,v 1.1 2010/03/05 16:22:49 ulm Exp $
inherit common-lisp-common eutils
DEB_PV=3
DESCRIPTION="Meta-CVS is a version control system built around CVS."
HOMEPAGE="http://users.footprints.net/~kaz/mcvs.html"
SRC_URI="http://users.footprints.net/~kaz/${P}.tar.gz
mirror://debian/pool/main/m/mcvs/mcvs_${PV}-${DEB_PV}.diff.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-lisp/clisp-2.32
dev-util/cvs
dev-vcs/rcs"
src_unpack() {
unpack ${A}
epatch mcvs_${PV}-${DEB_PV}.diff
}
src_install() {
doman debian/mcvs.5
dodoc ChangeLog QUICK-GUIDE RELEASE-NOTES TODO UPGRADE-EXISTING
do-debian-credits
cd code && ./install.sh /usr "${D}"
}
1.1 dev-vcs/mcvs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-vcs/mcvs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mcvs/ChangeLog,v 1.1 2010/03/05 16:22:49 ulm Exp $
05 Mar 2010; Ulrich Mueller <ulm@gentoo.org> +files/1.0.13-gentoo.patch,
+mcvs-1.0.10.ebuild, +mcvs-1.0.13.ebuild, +metadata.xml:
Move package from dev-util to dev-vcs; update dependency on dev-vcs/rcs;
bug 56967.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove mkennedy from metadata.xml due to retirement.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
16 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml:
Rename listed herd from lisp to common-lisp; See Bug #94878.
07 May 2005; David Holm <dholm@gentoo.org> mcvs-1.0.13.ebuild:
Added to ~ppc.
08 Jun 2004; <mkennedy@gentoo.org> mcvs-1.0.13.ebuild:
Marking stable x86
*mcvs-1.0.13 (08 Jun 2004)
08 Jun 2004; <mkennedy@gentoo.org> +files/1.0.13-gentoo.patch,
+mcvs-1.0.13.ebuild:
New upstream version; Resolves Bug #53212.
18 Mar 2004; <mkennedy@gentoo.org> mcvs-1.0.10.ebuild:
Added missing app-text/rcs dependency
26 Jan 2004; <mkennedy@gentoo.org> mcvs-1.0.10.ebuild:
Added missing dev-util/cvs dependency
*mcvs-1.0.10 (26 Jan 2004)
26 Jan 2004; <mkennedy@gentoo.org> mcvs-1.0.10.ebuild, metadata.xml:
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
based on the Debian Project port of the same name.
1.1 dev-vcs/mcvs/mcvs-1.0.13.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/mcvs-1.0.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/mcvs/mcvs-1.0.13.ebuild?rev=1.1&content-type=text/plain
Index: mcvs-1.0.13.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mcvs/mcvs-1.0.13.ebuild,v 1.1 2010/03/05 16:22:49 ulm Exp $
inherit common-lisp-common eutils
DEB_PV=2
DESCRIPTION="Meta-CVS is a version control system built around CVS."
HOMEPAGE="http://users.footprints.net/~kaz/mcvs.html"
SRC_URI="http://users.footprints.net/~kaz/${P}.tar.gz
mirror://debian/pool/main/m/mcvs/mcvs_${PV}-${DEB_PV}.diff.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE=""
DEPEND=">=dev-lisp/clisp-2.32
dev-util/cvs
dev-vcs/rcs"
src_unpack() {
unpack ${A}
epatch mcvs_${PV}-${DEB_PV}.diff
epatch "${FILESDIR}"/${PV}-gentoo.patch
}
src_install() {
doman debian/mcvs.1
dodoc ChangeLog QUICK-GUIDE RELEASE-NOTES TODO UPGRADE-EXISTING
do-debian-credits
cd code && ./install.sh /usr "${D}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-05 16:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 16:22 [gentoo-commits] gentoo-x86 commit in dev-vcs/mcvs: metadata.xml mcvs-1.0.10.ebuild ChangeLog mcvs-1.0.13.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox