public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/mt-st: ChangeLog mt-st-1.1.ebuild
@ 2009-08-03 16:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-08-03 16:15 UTC (permalink / raw
  To: gentoo-commits

jer         09/08/03 16:15:24

  Modified:             ChangeLog
  Added:                mt-st-1.1.ebuild
  Log:
  Version bump. Move to EAPI="2". Remove DEPEND.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.28                 app-arch/mt-st/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	23 Oct 2008 02:42:32 -0000	1.27
+++ ChangeLog	3 Aug 2009 16:15:24 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/mt-st
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.27 2008/10/23 02:42:32 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.28 2009/08/03 16:15:24 jer Exp $
+
+*mt-st-1.1 (03 Aug 2009)
+
+  03 Aug 2009; Jeroen Roovers <jer@gentoo.org> +mt-st-1.1.ebuild:
+  Version bump. Move to EAPI="2". Remove DEPEND.
 
   23 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> mt-st-0.9b.ebuild:
   Respect CFLAGS, LDFLAGS and CC.



1.1                  app-arch/mt-st/mt-st-1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild?rev=1.1&content-type=text/plain

Index: mt-st-1.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild,v 1.1 2009/08/03 16:15:24 jer Exp $

EAPI="2"

inherit eutils toolchain-funcs

DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls"
HOMEPAGE="http://www.gnu.org/software/tar/"
SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

src_prepare() {
	sed -i -e "s:-O2:${CFLAGS}:g" Makefile
}

src_compile() {
	# Builds straight from .c to final binary
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die
}

src_install() {
	dosbin mt stinit || die
	doman mt.1 stinit.8
	dodoc README* stinit.def.examples
}






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

* [gentoo-commits] gentoo-x86 commit in app-arch/mt-st: ChangeLog mt-st-1.1.ebuild
@ 2009-08-03 16:17 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-08-03 16:17 UTC (permalink / raw
  To: gentoo-commits

jer         09/08/03 16:17:44

  Modified:             ChangeLog mt-st-1.1.ebuild
  Log:
  Update HOMEPAGE and DESCRIPTION.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.29                 app-arch/mt-st/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	3 Aug 2009 16:15:24 -0000	1.28
+++ ChangeLog	3 Aug 2009 16:17:44 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/mt-st
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.28 2009/08/03 16:15:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.29 2009/08/03 16:17:44 jer Exp $
+
+  03 Aug 2009; Jeroen Roovers <jer@gentoo.org> mt-st-1.1.ebuild:
+  Update HOMEPAGE and DESCRIPTION.
 
 *mt-st-1.1 (03 Aug 2009)
 



1.2                  app-arch/mt-st/mt-st-1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild?r1=1.1&r2=1.2

Index: mt-st-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mt-st-1.1.ebuild	3 Aug 2009 16:15:24 -0000	1.1
+++ mt-st-1.1.ebuild	3 Aug 2009 16:17:44 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild,v 1.1 2009/08/03 16:15:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-1.1.ebuild,v 1.2 2009/08/03 16:17:44 jer Exp $
 
 EAPI="2"
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls"
-HOMEPAGE="http://www.gnu.org/software/tar/"
+DESCRIPTION="control magnetic tape drive operation"
+HOMEPAGE="http://www.ibiblio.org/pub/linux/system/backup/"
 SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz"
 
 LICENSE="GPL-2"






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

end of thread, other threads:[~2009-08-03 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 16:17 [gentoo-commits] gentoo-x86 commit in app-arch/mt-st: ChangeLog mt-st-1.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-03 16:15 Jeroen Roovers (jer)

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