public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/macopix: macopix-1.7.4.ebuild ChangeLog
Date: Wed, 23 Dec 2009 16:45:09 +0000	[thread overview]
Message-ID: <E1NNUKj-0006DN-3W@stork.gentoo.org> (raw)

ssuominen    09/12/23 16:45:09

  Modified:             ChangeLog
  Added:                macopix-1.7.4.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-misc/macopix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/macopix/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/macopix/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/macopix/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 May 2009 19:00:06 -0000	1.16
+++ ChangeLog	23 Dec 2009 16:45:08 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/macopix
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v 1.16 2009/05/03 19:00:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v 1.17 2009/12/23 16:45:08 ssuominen Exp $
+
+*macopix-1.7.4 (23 Dec 2009)
+
+  23 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +macopix-1.7.4.ebuild:
+  Version bump.
 
   03 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   macopix-1.6.4.ebuild:



1.1                  x11-misc/macopix/macopix-1.7.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/macopix/macopix-1.7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/macopix/macopix-1.7.4.ebuild?rev=1.1&content-type=text/plain

Index: macopix-1.7.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.7.4.ebuild,v 1.1 2009/12/23 16:45:08 ssuominen Exp $

DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application on UNIX / X Window system."
HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html"

BASE_URI="http://rosegray.sakura.ne.jp/macopix"
SRC_URI="${BASE_URI}/${P}.tar.bz2"

# NOTE: These mascots are not redistributable on commercial CD-ROM.
# The author granted to use them under Gentoo Linux.
MY_MASCOTS="macopix-mascot-HxB-euc-ja-0.30
	macopix-mascot-marimite-euc-ja-2.20
	macopix-mascot-cosmos-euc-ja-1.02
	macopix-mascot-mizuiro-euc-ja-1.02
	macopix-mascot-pia2-euc-ja-1.02
	macopix-mascot-tsukihime-euc-ja-1.02
	macopix-mascot-triangle_heart-euc-ja-1.02
	macopix-mascot-comic_party-euc-ja-1.02
	macopix-mascot-kanon-euc-ja-1.02
	macopix-mascot-one-euc-ja-1.02"

for i in ${MY_MASCOTS} ; do
	SRC_URI="${SRC_URI} ${BASE_URI}/${i}.tar.gz"
done

# programme itself is GPL-2, and mascots are free-noncomm
LICENSE="GPL-2 free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gnutls nls"

RDEPEND=">=x11-libs/gtk+-2
	>=dev-libs/glib-2
	nls? ( >=sys-devel/gettext-0.10 )
	media-libs/libpng
	gnutls? ( net-libs/gnutls )
	!gnutls? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		--with-gtk2 \
		$(use_enable nls) \
		$(use_with gnutls)
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc AUTHORS ChangeLog* NEWS *README*

	# install mascots
	for d in ${MY_MASCOTS} ; do
		einfo "Installing ${d}..."
		cd "${WORKDIR}/${d}"
		insinto /usr/share/${PN}
		for i in *.mcpx *.menu ; do
			doins $i || die
		done
		insinto /usr/share/${PN}/pixmap
		for i in *.png ; do
			doins $i || die
		done
		docinto ${d}
		dodoc README.jp
	done
}






             reply	other threads:[~2009-12-23 16:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-23 16:45 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-14 19:45 [gentoo-commits] gentoo-x86 commit in x11-misc/macopix: macopix-1.7.4.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
2010-06-26 13:15 Gysbert Wassenaar (nixnut)
2011-03-02 17:44 Kevin McCarthy (signals)
2011-12-04 16:38 Jeroen Roovers (jer)
2012-05-05  4:53 Jeff Horelick (jdhore)
2012-10-12 12:53 Sergey Popov (pinkbyte)
2012-10-12 17:40 Agostino Sarubbo (ago)
2014-08-10 20:02 Sergei Trofimovich (slyfox)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NNUKj-0006DN-3W@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox