summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2013-07-18 10:50:47 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2013-07-18 10:50:47 +0000
commitf793a8d792b1e36a43bdc205a11edc1346a48394 (patch)
tree76d33278f351f4c4e914dc22beece934ba5bb438 /dev-vcs/fossil
parentPull in virtual/udev for libudev wrt #474918 by "doctor_who" (diff)
downloadgentoo-2-f793a8d792b1e36a43bdc205a11edc1346a48394.tar.gz
gentoo-2-f793a8d792b1e36a43bdc205a11edc1346a48394.tar.bz2
gentoo-2-f793a8d792b1e36a43bdc205a11edc1346a48394.zip
Clean out old.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-vcs/fossil')
-rw-r--r--dev-vcs/fossil/ChangeLog6
-rw-r--r--dev-vcs/fossil/fossil-20111213135356.ebuild40
-rw-r--r--dev-vcs/fossil/fossil-20121022124804.ebuild40
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-vcs/fossil/ChangeLog b/dev-vcs/fossil/ChangeLog
index ae50bee0e1ca..fb272d3d6775 100644
--- a/dev-vcs/fossil/ChangeLog
+++ b/dev-vcs/fossil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/fossil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.15 2013/07/04 12:16:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.16 2013/07/18 10:50:47 titanofold Exp $
+
+ 18 Jul 2013; Aaron W. Swenson <titanofold@gentoo.org>
+ -fossil-20111213135356.ebuild, -fossil-20121022124804.ebuild:
+ Clean out old.
04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> fossil-20130216000435.ebuild:
Stable for x86, wrt bug #472454
diff --git a/dev-vcs/fossil/fossil-20111213135356.ebuild b/dev-vcs/fossil/fossil-20111213135356.ebuild
deleted file mode 100644
index 3e0c6a7d3464..000000000000
--- a/dev-vcs/fossil/fossil-20111213135356.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20111213135356.ebuild,v 1.1 2012/03/04 20:29:37 titanofold Exp $
-
-EAPI="4"
-
-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="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="sqlite +ssl tcl"
-
-DEPEND="sys-libs/zlib
- ssl? ( dev-libs/openssl )
- sqlite? ( dev-db/sqlite:3 )
- tcl? ( dev-lang/tcl )
-"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- # --with-tcl: works
- # --without-tcl: dies
- local myconf='--with-openssl='
- use ssl && myconf+='auto' || myconf+='none'
- use sqlite && myconf+=' --disable-internal-sqlite'
- use tcl && myconf+=' --with-tcl'
- econf ${myconf}
-}
-
-src_install() {
- dobin fossil
-}
diff --git a/dev-vcs/fossil/fossil-20121022124804.ebuild b/dev-vcs/fossil/fossil-20121022124804.ebuild
deleted file mode 100644
index 4d1259bdbf51..000000000000
--- a/dev-vcs/fossil/fossil-20121022124804.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20121022124804.ebuild,v 1.1 2012/11/13 01:41:23 titanofold Exp $
-
-EAPI="4"
-
-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="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="sqlite +ssl tcl"
-
-DEPEND="sys-libs/zlib
- ssl? ( dev-libs/openssl )
- sqlite? ( dev-db/sqlite:3 )
- tcl? ( dev-lang/tcl )
-"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- # --with-tcl: works
- # --without-tcl: dies
- local myconf='--with-openssl='
- use ssl && myconf+='auto' || myconf+='none'
- use sqlite && myconf+=' --disable-internal-sqlite'
- use tcl && myconf+=' --with-tcl'
- econf ${myconf}
-}
-
-src_install() {
- dobin fossil
-}