public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-gfx/aoi: aoi-2.7.2.ebuild ChangeLog aoi-2.2.1.ebuild
@ 2009-11-01 14:08 99% Markus Meier (maekke)
  0 siblings, 0 replies; 1+ results
From: Markus Meier (maekke) @ 2009-11-01 14:08 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/01 14:08:35

  Modified:             ChangeLog
  Added:                aoi-2.7.2.ebuild
  Removed:              aoi-2.2.1.ebuild
  Log:
  version bump by Triffid Hunter in bug #288993, remove old
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.24                 media-gfx/aoi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/aoi/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/aoi/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/aoi/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	14 Mar 2009 11:56:48 -0000	1.23
+++ ChangeLog	1 Nov 2009 14:08:35 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/aoi
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.23 2009/03/14 11:56:48 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.24 2009/11/01 14:08:35 maekke Exp $
+
+*aoi-2.7.2 (01 Nov 2009)
+
+  01 Nov 2009; Markus Meier <maekke@gentoo.org> -aoi-2.2.1.ebuild,
+  +aoi-2.7.2.ebuild:
+  version bump by Triffid Hunter in bug #288993, remove old
 
   14 Mar 2009; Markus Meier <maekke@gentoo.org> aoi-2.5.ebuild:
   x86 stable



1.1                  media-gfx/aoi/aoi-2.7.2.ebuild

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

Index: aoi-2.7.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.7.2.ebuild,v 1.1 2009/11/01 14:08:35 maekke Exp $

inherit java-pkg-2 eutils versionator

MY_V=$(delete_all_version_separators)
MY_P="aoi${MY_V}"
MY_MANUAL_V="2.6"
S="${WORKDIR}/ArtOfIllusion${MY_V}"
DESCRIPTION="A free, open-source 3D modelling and rendering studio."
SRC_URI="mirror://sourceforge/aoi/${MY_P}.zip
	doc? ( mirror://sourceforge/aoi/manual${MY_MANUAL_V}.zip )"
HOMEPAGE="http://aoi.sourceforge.net/index"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jre-1.4"
IUSE="doc"

src_install() {
	# documentation
	dodoc HISTORY README
	if use doc ; then
		mv "${WORKDIR}"/AoI\ Manual/ "${WORKDIR}"/aoi_manual
		dohtml -r "${WORKDIR}"/aoi_manual/
	fi

	# main app
	java-pkg_dojar ArtOfIllusion.jar

	# run script
	java-pkg_dolauncher aoi \
		--jar ArtOfIllusion.jar \
		--java_args -Xmx128M

	# plugins
	mv Plugins "${D}"/usr/share/${PN}/lib

	# scripts
	mv Scripts "${D}"/usr/share/${PN}/lib

	# icon
	mv Icons/64x64.png Icons/aoi.png
	doicon Icons/aoi.png

	# desktop entry
	make_desktop_entry aoi "Art of Illusion" /usr/share/pixmaps/aoi.png "Graphics"
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-11-01 14:08 99% [gentoo-commits] gentoo-x86 commit in media-gfx/aoi: aoi-2.7.2.ebuild ChangeLog aoi-2.2.1.ebuild Markus Meier (maekke)

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