public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libgig: ChangeLog libgig-3.2.1.ebuild
@ 2008-01-12 10:04 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-12 10:04 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/12 10:04:39

  Modified:             ChangeLog
  Added:                libgig-3.2.1.ebuild
  Log:
  version bump
  (Portage version: 2.1.4)

Revision  Changes    Path
1.7                  media-libs/libgig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgig/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgig/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgig/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgig/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	19 Aug 2007 18:19:15 -0000	1.6
+++ ChangeLog	12 Jan 2008 10:04:38 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libgig
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgig/ChangeLog,v 1.6 2007/08/19 18:19:15 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgig/ChangeLog,v 1.7 2008/01/12 10:04:38 aballier Exp $
+
+*libgig-3.2.1 (12 Jan 2008)
+
+  12 Jan 2008; Alexis Ballier <aballier@gentoo.org> +libgig-3.2.1.ebuild:
+  version bump
 
 *libgig-3.1.1 (19 Aug 2007)
 



1.1                  media-libs/libgig/libgig-3.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgig/libgig-3.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgig/libgig-3.2.1.ebuild?rev=1.1&content-type=text/plain

Index: libgig-3.2.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libgig/libgig-3.2.1.ebuild,v 1.1 2008/01/12 10:04:38 aballier Exp $

inherit eutils

DESCRIPTION="a C++ library for loading Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files."
HOMEPAGE="http://www.linuxsampler.org/libgig/"
SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"

RDEPEND=">=media-libs/libsndfile-1.0.2
	>=media-libs/audiofile-0.2.3"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-doc/doxygen )"

src_compile() {
	econf
	emake -j1 || die "emake failed."

	if use doc; then
		emake -j1 docs || die "emake docs failed."
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO

	if use doc; then
		dohtml -r doc/html/*
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/libgig: ChangeLog libgig-3.2.1.ebuild
@ 2015-04-23 23:27 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-04-23 23:27 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/04/23 23:27:23

  Modified:             ChangeLog
  Removed:              libgig-3.2.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.14                 media-libs/libgig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgig/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgig/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgig/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgig/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	10 Aug 2014 21:08:47 -0000	1.13
+++ ChangeLog	23 Apr 2015 23:27:23 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libgig
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgig/ChangeLog,v 1.13 2014/08/10 21:08:47 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgig/ChangeLog,v 1.14 2015/04/23 23:27:23 mrueg Exp $
+
+  23 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -files/libgig-gcc-4.3.patch,
+  -libgig-3.2.1.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> libgig-3.2.1.ebuild,
   libgig-3.3.0.ebuild:





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

end of thread, other threads:[~2015-04-23 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 23:27 [gentoo-commits] gentoo-x86 commit in media-libs/libgig: ChangeLog libgig-3.2.1.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-12 10:04 Alexis Ballier (aballier)

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