summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-02-10 21:18:46 +0000
committerChristoph Junghans <ottxor@gentoo.org>2015-02-10 21:18:46 +0000
commit68e19fe0b26fcbcd2062ec6ac33adb674abcb125 (patch)
tree8fbc5acdfd29d77b1f7aac2dff28beead5934529 /sys-devel
parentfixed deps (diff)
downloadgentoo-2-68e19fe0b26fcbcd2062ec6ac33adb674abcb125.tar.gz
gentoo-2-68e19fe0b26fcbcd2062ec6ac33adb674abcb125.tar.bz2
gentoo-2-68e19fe0b26fcbcd2062ec6ac33adb674abcb125.zip
remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/byfl/ChangeLog6
-rw-r--r--sys-devel/byfl/byfl-1.0.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/sys-devel/byfl/ChangeLog b/sys-devel/byfl/ChangeLog
index 9758dc3329a5..ffa2104708e8 100644
--- a/sys-devel/byfl/ChangeLog
+++ b/sys-devel/byfl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/byfl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.9 2015/02/10 21:04:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.10 2015/02/10 21:18:46 ottxor Exp $
+
+ 10 Feb 2015; Christoph Junghans <ottxor@gentoo.org> -byfl-1.0.ebuild,
+ byfl-1.1.ebuild:
+ remove old
10 Feb 2015; Christoph Junghans <ottxor@gentoo.org> byfl-1.1.ebuild,
byfl-9999.ebuild:
diff --git a/sys-devel/byfl/byfl-1.0.ebuild b/sys-devel/byfl/byfl-1.0.ebuild
deleted file mode 100644
index b16222f98f68..000000000000
--- a/sys-devel/byfl/byfl-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.0.ebuild,v 1.2 2014/12/05 16:26:47 ottxor Exp $
-
-EAPI=5
-
-inherit autotools-utils flag-o-matic
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
- inherit git-2
- KEYWORDS=""
- AUTOTOOLS_AUTORECONF=1
- LLVM_VERSION="9999"
-else
- LLVM_VERSION="3.5.0"
- MY_P="${P}-llvm-${LLVM_VERSION}"
- SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~amd64-linux"
- S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="Compiler-based Application Analysis"
-HOMEPAGE="https://github.com/losalamos/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE=""
-
-RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
- ~sys-devel/clang-${LLVM_VERSION}
- ~sys-devel/llvm-${LLVM_VERSION}"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- append-cxxflags -std=c++11
- autotools-utils_src_configure
-}