summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2013-03-13 19:49:42 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2013-03-13 19:49:42 +0000
commitdb3b0309dc218fab9626c11ff4cfa63842ed264f (patch)
tree049f1fdc27a238f9dadc724d88059fd3ebc85e86 /gnustep-apps
parentMask new app-emulation/emul-linux-x86-xlibs-20130224-r1 because it breaks upd... (diff)
downloadgentoo-2-db3b0309dc218fab9626c11ff4cfa63842ed264f.tar.gz
gentoo-2-db3b0309dc218fab9626c11ff4cfa63842ed264f.tar.bz2
gentoo-2-db3b0309dc218fab9626c11ff4cfa63842ed264f.zip
Version bump
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/fisicalab/ChangeLog11
-rw-r--r--gnustep-apps/fisicalab/files/fisicalab-0.1-as-needed.patch18
-rw-r--r--gnustep-apps/fisicalab/fisicalab-0.2.2.ebuild26
-rw-r--r--gnustep-apps/fisicalab/fisicalab-0.3.2.ebuild (renamed from gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild)15
4 files changed, 13 insertions, 57 deletions
diff --git a/gnustep-apps/fisicalab/ChangeLog b/gnustep-apps/fisicalab/ChangeLog
index 24a552a26f25..d4a283a6b724 100644
--- a/gnustep-apps/fisicalab/ChangeLog
+++ b/gnustep-apps/fisicalab/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for gnustep-apps/fisicalab
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.6 2012/10/11 13:05:59 voyageur Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.7 2013/03/13 19:49:42 voyageur Exp $
+
+*fisicalab-0.3.2 (13 Mar 2013)
+
+ 13 Mar 2013; Bernard Cafarelli <voyageur@gentoo.org>
+ -files/fisicalab-0.1-as-needed.patch, -fisicalab-0.2.1.ebuild,
+ -fisicalab-0.2.2.ebuild, +fisicalab-0.3.2.ebuild:
+ Version bump
*fisicalab-0.3.0 (11 Oct 2012)
diff --git a/gnustep-apps/fisicalab/files/fisicalab-0.1-as-needed.patch b/gnustep-apps/fisicalab/files/fisicalab-0.1-as-needed.patch
deleted file mode 100644
index 298f2116ae03..000000000000
--- a/gnustep-apps/fisicalab/files/fisicalab-0.1-as-needed.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- GNUmakefile.preamble.orig 2009-07-21 13:59:31.000000000 +0200
-+++ GNUmakefile.preamble 2009-07-21 13:59:33.000000000 +0200
-@@ -12,7 +12,7 @@
- ADDITIONAL_CFLAGS +=
-
- # Additional flags to pass to the linker
--ADDITIONAL_LDFLAGS += -lgsl -lgslcblas
-+ADDITIONAL_LDFLAGS +=
-
- # Additional include directories the compiler should search
- ADDITIONAL_INCLUDE_DIRS += -I/usr/include
-@@ -21,5 +21,5 @@
- ADDITIONAL_LIB_DIRS += -L/usr/lib
-
- # Additional GUI libraries to link
--ADDITIONAL_GUI_LIBS +=
-+ADDITIONAL_GUI_LIBS += -lgsl -lgslcblas
-
diff --git a/gnustep-apps/fisicalab/fisicalab-0.2.2.ebuild b/gnustep-apps/fisicalab/fisicalab-0.2.2.ebuild
deleted file mode 100644
index 6a2e4da629ab..000000000000
--- a/gnustep-apps/fisicalab/fisicalab-0.2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.2.2.ebuild,v 1.1 2012/07/12 09:18:04 voyageur Exp $
-
-EAPI=4
-inherit gnustep-2
-
-MY_P=FisicaLab-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="educational application to solve physics problems"
-HOMEPAGE="http://www.nongnu.org/fisicalab"
-SRC_URI="mirror://nongnu/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=sci-libs/gsl-1.10
- >=virtual/gnustep-back-0.16.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.1-as-needed.patch
-}
diff --git a/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild b/gnustep-apps/fisicalab/fisicalab-0.3.2.ebuild
index 5f6d1bc642b1..0c2df7f032e3 100644
--- a/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild
+++ b/gnustep-apps/fisicalab/fisicalab-0.3.2.ebuild
@@ -1,16 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild,v 1.1 2011/06/28 15:35:43 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.3.2.ebuild,v 1.1 2013/03/13 19:49:42 voyageur Exp $
-EAPI=3
+EAPI=5
inherit gnustep-2
-MY_P=FisicaLab-${PV}
-S=${WORKDIR}/${MY_P}
-
DESCRIPTION="educational application to solve physics problems"
HOMEPAGE="http://www.nongnu.org/fisicalab"
-SRC_URI="mirror://nongnu/${PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -20,7 +17,3 @@ IUSE=""
DEPEND=">=sci-libs/gsl-1.10
>=virtual/gnustep-back-0.16.0"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.1-as-needed.patch
-}