summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2007-02-20 18:05:46 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2007-02-20 18:05:46 +0000
commita8fbf188c7ebd693d355f01a1910dd52b39bdcc3 (patch)
treee2ea047cfc571651574e542a2560dccbc29f83e0 /dev-util
parentMarked stable on amd64 for bug #166463 (diff)
downloadgentoo-2-a8fbf188c7ebd693d355f01a1910dd52b39bdcc3.tar.gz
gentoo-2-a8fbf188c7ebd693d355f01a1910dd52b39bdcc3.tar.bz2
gentoo-2-a8fbf188c7ebd693d355f01a1910dd52b39bdcc3.zip
Remove unused version, superceed by 1.5.0.1
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git/ChangeLog5
-rw-r--r--dev-util/git/files/digest-git-1.5.09
-rw-r--r--dev-util/git/git-1.5.0.ebuild155
3 files changed, 4 insertions, 165 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index 1e23803dd8fc..0b7ce07f317d 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/git
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.169 2007/02/19 22:12:31 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.170 2007/02/20 18:05:46 ferdy Exp $
+
+ 20 Feb 2007; Fernando J. Pereda <ferdy@gentoo.org> -git-1.5.0.ebuild:
+ Remove unused version, superceed by 1.5.0.1
*git-1.5.0.1 (19 Feb 2007)
diff --git a/dev-util/git/files/digest-git-1.5.0 b/dev-util/git/files/digest-git-1.5.0
deleted file mode 100644
index 9d2e52e4dfb1..000000000000
--- a/dev-util/git/files/digest-git-1.5.0
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 5c3e163ac201695c9bfd5a19d730303c git-1.5.0.tar.bz2 1041253
-RMD160 2ff7a1d31a73e1a75ccd284d8e7c35e05268ec73 git-1.5.0.tar.bz2 1041253
-SHA256 98dc8ac7b1db00dd414349c46cce3cc1d8f7f6aa7dbe3c3ab237b937bf032b9d git-1.5.0.tar.bz2 1041253
-MD5 cbb5b3e088780888835f66e9e021bf3d git-htmldocs-1.5.0.tar.bz2 439507
-RMD160 9ce88799a584bf0202f891cf93151daf230360f5 git-htmldocs-1.5.0.tar.bz2 439507
-SHA256 5264aeebd863e226a27aa7c9ed26479be51e32d8d799362610fcf9b0d022df03 git-htmldocs-1.5.0.tar.bz2 439507
-MD5 c78a129e12e960fbe541ecde5bbc574b git-manpages-1.5.0.tar.bz2 126117
-RMD160 66f0cd906963a5000041b6d921833df6307745e3 git-manpages-1.5.0.tar.bz2 126117
-SHA256 921429f34ca495d4470c5611c64b02dd9c16dda3bddd8ca050dbb0b879c4c426 git-manpages-1.5.0.tar.bz2 126117
diff --git a/dev-util/git/git-1.5.0.ebuild b/dev-util/git/git-1.5.0.ebuild
deleted file mode 100644
index da98e38380b3..000000000000
--- a/dev-util/git/git-1.5.0.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.0.ebuild,v 1.2 2007/02/15 19:35:30 ferdy Exp $
-
-inherit toolchain-funcs eutils elisp-common perl-module bash-completion
-
-MY_PV="${PV/_rc/.rc}"
-MY_P="${PN}-${MY_PV}"
-
-DOC_VER=${MY_PV}
-
-DESCRIPTION="GIT - the stupid content tracker"
-HOMEPAGE="http://kernel.org/pub/software/scm/git/"
-SRC_URI="mirror://kernel/software/scm/git/${MY_P}.tar.bz2
- mirror://kernel/software/scm/git/${PN}-manpages-${DOC_VER}.tar.bz2
- doc? ( mirror://kernel/software/scm/git/${PN}-htmldocs-${DOC_VER}.tar.bz2 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="curl doc elibc_uclibc emacs gtk mozsha1 ppcsha1 tk webdav"
-
-DEPEND="dev-libs/openssl
- sys-libs/zlib
- !app-misc/git
- curl? ( net-misc/curl )
- webdav? ( dev-libs/expat )
- emacs? ( virtual/emacs )"
-RDEPEND="${DEPEND}
- dev-lang/perl
- tk? ( dev-lang/tk )
- gtk? ( >=dev-python/pygtk-2.6 )"
-
-S="${WORKDIR}/${MY_P}"
-
-# This is needed because for some obscure reasons future calls to make don't
-# pick up these exports if we export them in src_unpack()
-exportmakeopts() {
- local myopts
-
- if use mozsha1 ; then
- myopts="${myopts} MOZILLA_SHA1=YesPlease"
- elif use ppcsha1 ; then
- myopts="${myopts} PPC_SHA1=YesPlease"
- fi
-
- if use curl ; then
- use webdav || myopts="${myopts} NO_EXPAT=YesPlease"
- else
- myopts="${myopts} NO_CURL=YesPlease"
- use webdav && ewarn "USE=webdav only matters with USE=curl. Ignoring."
- fi
-
- myopts="${myopts} WITH_SEND_EMAIL=YesPlease"
-
- use elibc_uclibc && myopts="${myopts} NO_ICONV=YesPlease"
-
- export MY_MAKEOPTS=${myopts}
-}
-
-showpkgdeps() {
- local pkg=$1
- shift
- elog " $(printf "%-17s:" ${pkg}) ${@}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:^\(CFLAGS = \).*$:\1${CFLAGS} -Wall:" \
- -e "s:^\(LDFLAGS = \).*$:\1${LDFLAGS}:" \
- -e "s:^\(CC = \).*$:\1$(tc-getCC):" \
- -e "s:^\(AR = \).*$:\1$(tc-getAR):" \
- Makefile || die "sed failed"
-
- exportmakeopts
-}
-
-src_compile() {
- emake ${MY_MAKEOPTS} DESTDIR="${D}" prefix=/usr || die "make failed"
-
- if use emacs ; then
- elisp-compile contrib/emacs/{,vc-}git.el || die "emacs modules failed"
- fi
-}
-
-src_install() {
- emake ${MY_MAKEOPTS} DESTDIR="${D}" prefix=/usr install || die "make install failed"
-
- use tk || rm "${D}"/usr/bin/gitk
-
- doman "${WORKDIR}"/man?/*
-
- dodoc README COPYING Documentation/SubmittingPatches
- if use doc ; then
- dodoc Documentation/technical/*
- dodir /usr/share/doc/${PF}/html
- cp -r "${WORKDIR}"/{*.html,howto} "${D}"/usr/share/doc/${PF}/html
- fi
-
- dobashcompletion contrib/completion/git-completion.bash ${PN}
-
- if use emacs ; then
- insinto "${SITELISP}"
- doins contrib/emacs/{,vc-}git.el*
- elisp-site-file-install "${FILESDIR}"/70git-gentoo.el
- fi
-
- if use gtk ; then
- dobin contrib/gitview/gitview
- use doc && dodoc contrib/gitview/gitview.txt
- fi
-
- insinto /etc/xinetd.d
- newins "${FILESDIR}"/git-daemon.xinetd git-daemon
-
- newinitd "${FILESDIR}"/git-daemon.initd git-daemon
- newconfd "${FILESDIR}"/git-daemon.confd git-daemon
-
- fixlocalpod
-}
-
-src_test() {
- cd "${S}"
- has_version dev-util/subversion || \
- MY_MAKEOPTS="${MY_MAKEOPTS} NO_SVN_TESTS=YesPlease"
- has_version app-arch/unzip || \
- rm "${S}"/t/t5000-tar-tree.sh
- # Stupid CVS won't let some people commit as root
- rm "${S}"/t/t9200-git-cvsexportcommit.sh
- emake ${MY_MAKEOPTS} DESTDIR="${D}" prefix=/usr test || die "tests failed"
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
- elog "These additional scripts need some dependencies:"
- echo
- showpkgdeps git-archimport "dev-util/tla"
- showpkgdeps git-cvsimport ">=dev-util/cvsps-2.1"
- showpkgdeps git-svnimport "dev-util/subversion(USE=perl)"
- showpkgdeps git-svn "dev-util/subversion(USE=perl)" "dev-perl/libwww-perl"
- showpkgdeps git-quiltimport "dev-util/quilt"
- showpkgdeps git-cvsserver "dev-perl/DBI" "dev-perl/DBD-SQLite"
- showpkgdeps git-instaweb "|| ( www-servers/lighttpd net-www/apache(SLOT=2) )"
- showpkgdeps git-send-email "dev-perl/Error"
- echo
-}
-
-pkg_postrm() {
- # regenerate site-gentoo if we are merged USE=emacs and unmerged
- # USE=-emacs
- has_version virtual/emacs && elisp-site-regen
-}