diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-09-09 16:56:44 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-09-09 16:56:44 +0000 |
commit | 530cb16a7bb892505c7cc696118a97dfcad4feb4 (patch) | |
tree | decacd9221c7896e012dd57c8c1c375bcdd59781 /sci-libs/dlib | |
parent | Keyworded, removed old (diff) | |
download | gentoo-2-530cb16a7bb892505c7cc696118a97dfcad4feb4.tar.gz gentoo-2-530cb16a7bb892505c7cc696118a97dfcad4feb4.tar.bz2 gentoo-2-530cb16a7bb892505c7cc696118a97dfcad4feb4.zip |
Version bump
(Portage version: 2.2.01.22288-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/dlib')
-rw-r--r-- | sci-libs/dlib/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/dlib/dlib-17.49.ebuild | 46 | ||||
-rw-r--r-- | sci-libs/dlib/dlib-18.4.ebuild (renamed from sci-libs/dlib/dlib-18.0.ebuild) | 2 |
3 files changed, 8 insertions, 48 deletions
diff --git a/sci-libs/dlib/ChangeLog b/sci-libs/dlib/ChangeLog index 23610decc354..e4926271964c 100644 --- a/sci-libs/dlib/ChangeLog +++ b/sci-libs/dlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/dlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/ChangeLog,v 1.6 2013/07/22 16:33:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/ChangeLog,v 1.7 2013/09/09 16:56:44 bicatali Exp $ + +*dlib-18.4 (09 Sep 2013) + + 09 Sep 2013; Sébastien Fabbro <bicatali@gentoo.org> +dlib-18.4.ebuild, + -dlib-17.49.ebuild, -dlib-18.0.ebuild: + Version bump *dlib-18.3 (22 Jul 2013) diff --git a/sci-libs/dlib/dlib-17.49.ebuild b/sci-libs/dlib/dlib-17.49.ebuild deleted file mode 100644 index c5cc1ef634f5..000000000000 --- a/sci-libs/dlib/dlib-17.49.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-17.49.ebuild,v 1.1 2013/01/15 17:34:07 bicatali Exp $ - -EAPI=4 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Numerical and networking C++ library" -HOMEPAGE="http://dlib.net/" -SRC_URI="mirror://sourceforge/dclib/${P}.tar.bz2" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="blas doc examples jpeg lapack png test X" - -RDEPEND=" - blas? ( virtual/blas ) - jpeg? ( virtual/jpeg ) - lapack? ( virtual/lapack ) - png? ( media-libs/libpng ) - X? ( x11-libs/libX11 )" -DEPEND="test? ( ${RDEPEND} )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-17.48-makefile-test.patch -} - -src_test() { - cd dlib/test - emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" - ./test --runall || die -} - -src_install() { - dodoc dlib/README.txt - rm -r dlib/{README,LICENSE}.txt dlib/test || die - insinto /usr/include - doins -r dlib - use doc && dohtml docs/* - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/sci-libs/dlib/dlib-18.0.ebuild b/sci-libs/dlib/dlib-18.4.ebuild index d6adfcd6cbb2..5ce388d0fa90 100644 --- a/sci-libs/dlib/dlib-18.0.ebuild +++ b/sci-libs/dlib/dlib-18.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-18.0.ebuild,v 1.1 2013/02/07 05:46:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-18.4.ebuild,v 1.1 2013/09/09 16:56:44 bicatali Exp $ EAPI=5 |