diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-19 14:17:22 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-19 14:17:22 +0000 |
commit | c01b598cc09af3528a075089b74de926cd39421f (patch) | |
tree | 0380691bec4bb881150a7a4b87180be1636fe813 /dev-util/xfce4-dev-tools | |
parent | Migrate to EAPI 2 in order to get rid of built_with_use. (diff) | |
download | gentoo-2-c01b598cc09af3528a075089b74de926cd39421f.tar.gz gentoo-2-c01b598cc09af3528a075089b74de926cd39421f.tar.bz2 gentoo-2-c01b598cc09af3528a075089b74de926cd39421f.zip |
Version bump, new features: http://releases.xfce.org/feeds/project/xfce4-dev-tools
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/xfce4-dev-tools')
-rw-r--r-- | dev-util/xfce4-dev-tools/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/xfce4-dev-tools/xfce4-dev-tools-4.7.0.ebuild | 17 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-util/xfce4-dev-tools/ChangeLog b/dev-util/xfce4-dev-tools/ChangeLog index 3e9cd3b3a455..f4eb74e64679 100644 --- a/dev-util/xfce4-dev-tools/ChangeLog +++ b/dev-util/xfce4-dev-tools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/xfce4-dev-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v 1.17 2009/07/27 17:37:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v 1.18 2009/08/19 14:17:22 darkside Exp $ + +*xfce4-dev-tools-4.7.0 (19 Aug 2009) + + 19 Aug 2009; Jeremy Olexa <darkside@gentoo.org> + +xfce4-dev-tools-4.7.0.ebuild: + Version bump, new features: + http://releases.xfce.org/feeds/project/xfce4-dev-tools 27 Jul 2009; nixnut <nixnut@gentoo.org> xfce4-dev-tools-4.6.0.ebuild: ppc stable #265587 diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.7.0.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.7.0.ebuild new file mode 100644 index 000000000000..84ae9bc08f01 --- /dev/null +++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.7.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.7.0.ebuild,v 1.1 2009/08/19 14:17:22 darkside Exp $ + +EAPI="2" +inherit xfconf + +DESCRIPTION="set of scripts and m4/autoconf macros that ease build system maintenance for XFCE" +HOMEPAGE="http://foo-projects.org/~benny/projects/xfce4-dev-tools" +SRC_URI="http://archive.xfce.org/src/xfce/${PN}/4.7/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DOCS="AUTHORS ChangeLog HACKING NEWS README" |