public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/iripdb: iripdb-0.1.3b.ebuild ChangeLog
@ 2009-08-13 21:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-13 21:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/13 21:13:08

  Modified:             iripdb-0.1.3b.ebuild ChangeLog
  Log:
  Remove filter-flags for GCC 3.3+.
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-pda/iripdb/iripdb-0.1.3b.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?r1=1.4&r2=1.5

Index: iripdb-0.1.3b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iripdb-0.1.3b.ebuild	15 Jul 2007 05:41:19 -0000	1.4
+++ iripdb-0.1.3b.ebuild	13 Aug 2009 21:13:07 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.4 2007/07/15 05:41:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.5 2009/08/13 21:13:07 ssuominen Exp $
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit eutils toolchain-funcs
 
 MY_P=${P/iripdb/iRipDB}
 S=${WORKDIR}/${PN}
@@ -10,34 +10,17 @@
 DESCRIPTION="iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Player on Linux and Windows."
 HOMEPAGE="http://www.fataltourist.com/iripdb/"
 SRC_URI="http://www.fataltourist.com/iripdb/${MY_P}.zip"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~ppc ~amd64"
-
 IUSE=""
+
 RDEPEND="media-libs/taglib
 	sys-libs/zlib"
-
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 
-pkg_setup() {
-	if test_version_info 3.3
-	then
-		einfo "Using gcc 3.3*"
-		# gcc 3.3 doesn't support certain 3.4.1 options,
-		#  as well as having less specific -march options
-		replace-flags -march=pentium-m -march=pentium3
-		filter-flags -march=k8
-		filter-flags -march=athlon64
-		filter-flags -march=opteron
-		strip-unsupported-flags
-	elif test_version_info 3.4
-	then
-		einfo "Using gcc 3.4*"
-	fi
-}
-
 src_compile() {
 	echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp"
 	$(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp



1.14                 app-pda/iripdb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/iripdb/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/iripdb/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/iripdb/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Apr 2008 17:00:18 -0000	1.13
+++ ChangeLog	13 Aug 2009 21:13:07 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/iripdb
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.13 2008/04/21 17:00:18 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.14 2009/08/13 21:13:07 ssuominen Exp $
+
+  13 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> iripdb-0.1.3b.ebuild:
+  Remove filter-flags for GCC 3.3+.
 
   21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Fix up metadata.xml. If there's no maintainer for the package, the metadata






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/iripdb: iripdb-0.1.3b.ebuild ChangeLog
@ 2010-09-12 13:18 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-09-12 13:18 UTC (permalink / raw
  To: gentoo-commits

pacho       10/09/12 13:18:47

  Modified:             iripdb-0.1.3b.ebuild ChangeLog
  Log:
  Make this respect LDFLAGS, bug #334463 by Diego E. 'Flameeyes' Pettenò. Thanks a lot to Dane Smith for the fix. Make DESCRIPTION shorter to make repoman happier.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-pda/iripdb/iripdb-0.1.3b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?r1=1.5&r2=1.6

Index: iripdb-0.1.3b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iripdb-0.1.3b.ebuild	13 Aug 2009 21:13:07 -0000	1.5
+++ iripdb-0.1.3b.ebuild	12 Sep 2010 13:18:44 -0000	1.6
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.5 2009/08/13 21:13:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.6 2010/09/12 13:18:44 pacho Exp $
 
 inherit eutils toolchain-funcs
 
 MY_P=${P/iripdb/iRipDB}
 S=${WORKDIR}/${PN}
 
-DESCRIPTION="iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Player on Linux and Windows."
+DESCRIPTION="iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Players."
 HOMEPAGE="http://www.fataltourist.com/iripdb/"
 SRC_URI="http://www.fataltourist.com/iripdb/${MY_P}.zip"
 
@@ -24,11 +24,11 @@
 src_compile() {
 	echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp"
 	$(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp
-	echo "$(tc-getCC) ${CFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++"
-	$(tc-getCC) ${CFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++
+	echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++"
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++
 }
 
 src_install() {
-	dobin iripdb
-	dodoc AUTHORS README doc/iRivDB_structure
+	dobin iripdb || die
+	dodoc AUTHORS README doc/iRivDB_structure || die
 }



1.15                 app-pda/iripdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	13 Aug 2009 21:13:07 -0000	1.14
+++ ChangeLog	12 Sep 2010 13:18:45 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/iripdb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.14 2009/08/13 21:13:07 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.15 2010/09/12 13:18:45 pacho Exp $
+
+  12 Sep 2010; Pacho Ramos <pacho@gentoo.org> iripdb-0.1.3b.ebuild:
+  Make this respect LDFLAGS, bug #334463 by Diego E. 'Flameeyes' Pettenò.
+  Thanks a lot to Dane Smith for the fix. Make DESCRIPTION shorter to make
+  repoman happier.
 
   13 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> iripdb-0.1.3b.ebuild:
   Remove filter-flags for GCC 3.3+.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/iripdb: iripdb-0.1.3b.ebuild ChangeLog
@ 2014-08-10 18:19 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 18:19 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 18:19:12

  Modified:             iripdb-0.1.3b.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.7                  app-pda/iripdb/iripdb-0.1.3b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild?r1=1.6&r2=1.7

Index: iripdb-0.1.3b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iripdb-0.1.3b.ebuild	12 Sep 2010 13:18:44 -0000	1.6
+++ iripdb-0.1.3b.ebuild	10 Aug 2014 18:19:12 -0000	1.7
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.6 2010/09/12 13:18:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.7 2014/08/10 18:19:12 slyfox Exp $
 
 inherit eutils toolchain-funcs
 
 MY_P=${P/iripdb/iRipDB}
 S=${WORKDIR}/${PN}
 
-DESCRIPTION="iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Players."
+DESCRIPTION="iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Players"
 HOMEPAGE="http://www.fataltourist.com/iripdb/"
 SRC_URI="http://www.fataltourist.com/iripdb/${MY_P}.zip"
 



1.16                 app-pda/iripdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/iripdb/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Sep 2010 13:18:45 -0000	1.15
+++ ChangeLog	10 Aug 2014 18:19:12 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/iripdb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.15 2010/09/12 13:18:45 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.16 2014/08/10 18:19:12 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> iripdb-0.1.3b.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   12 Sep 2010; Pacho Ramos <pacho@gentoo.org> iripdb-0.1.3b.ebuild:
   Make this respect LDFLAGS, bug #334463 by Diego E. 'Flameeyes' Pettenò.
@@ -51,4 +54,3 @@
   22 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml,
   +iripdb-0.1.1.ebuild:
   New package added; keyworded for ~x86.
-





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-11 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 21:13 [gentoo-commits] gentoo-x86 commit in app-pda/iripdb: iripdb-0.1.3b.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-12 13:18 Pacho Ramos (pacho)
2014-08-10 18:19 Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox