public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxdg-basedir: ChangeLog libxdg-basedir-0.3.0.ebuild
Date: Wed, 08 Apr 2009 17:15:57 +0000	[thread overview]
Message-ID: <E1LrbNV-0000O6-M4@stork.gentoo.org> (raw)

flameeyes    09/04/08 17:15:57

  Modified:             ChangeLog
  Added:                libxdg-basedir-0.3.0.ebuild
  Log:
  Version bump, thanks to matsuu in bug #265467.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-libs/libxdg-basedir/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	13 Nov 2008 02:05:07 -0000	1.8
+++ ChangeLog	8 Apr 2009 17:15:57 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libxdg-basedir
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.8 2008/11/13 02:05:07 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.9 2009/04/08 17:15:57 flameeyes Exp $
+
+*libxdg-basedir-0.3.0 (08 Apr 2009)
+
+  08 Apr 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  +libxdg-basedir-0.3.0.ebuild:
+  Version bump, thanks to matsuu in bug #265467.
 
 *libxdg-basedir-0.2.0 (13 Nov 2008)
 



1.1                  dev-libs/libxdg-basedir/libxdg-basedir-0.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-0.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-0.3.0.ebuild?rev=1.1&content-type=text/plain

Index: libxdg-basedir-0.3.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-0.3.0.ebuild,v 1.1 2009/04/08 17:15:57 flameeyes Exp $

inherit libtool

DESCRIPTION="Small library to access XDG Base Directories Specification paths"
HOMEPAGE="http://n.ethz.ch/student/nevillm/download/libxdg-basedir/"
SRC_URI="http://n.ethz.ch/student/nevillm/download/libxdg-basedir/${P}.tar.gz"

IUSE="doc"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"

RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"

src_unpack() {
	unpack ${A}
	cd "${S}"

	elibtoolize
}

src_compile() {
	econf \
		--disable-dependency-tracking \
		$(use_enable doc doxygen-html) \
		|| die "econf failed"

	emake || die "emake failed"

	if use doc; then
		emake doxygen-doc || die "emake doxygen-doc failed"
	fi
}

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

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

	# Remove libtool archives, as the package has no dependencies,
	# and should be used with pkg-config properly.
	find "${D}" -name '*.la' -delete
}






             reply	other threads:[~2009-04-08 17:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-08 17:15 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-26 14:34 [gentoo-commits] gentoo-x86 commit in dev-libs/libxdg-basedir: ChangeLog libxdg-basedir-0.3.0.ebuild Brent Baude (ranger)

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=E1LrbNV-0000O6-M4@stork.gentoo.org \
    --to=flameeyes@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