diff options
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/iconkit/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-libs/iconkit/iconkit-0.4.0.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/gnustep-libs/iconkit/ChangeLog b/gnustep-libs/iconkit/ChangeLog index 9242965d6391..108dcfc7cb02 100644 --- a/gnustep-libs/iconkit/ChangeLog +++ b/gnustep-libs/iconkit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/iconkit -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.5 2007/11/16 15:05:53 beandog Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.6 2008/11/17 14:00:35 voyageur Exp $ + +*iconkit-0.4.0 (17 Nov 2008) + + 17 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org> + +iconkit-0.4.0.ebuild: + Version bump from Etoile 0.4.0 16 Nov 2007; Steve Dibb <beandog@gentoo.org> iconkit-0.2.ebuild: amd64 stable, bug 195990 diff --git a/gnustep-libs/iconkit/iconkit-0.4.0.ebuild b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild new file mode 100644 index 000000000000..e986ac8893f6 --- /dev/null +++ b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.4.0.ebuild,v 1.1 2008/11/17 14:00:35 voyageur Exp $ + +inherit gnustep-2 + +S="${WORKDIR}/Etoile-${PV}/Frameworks/IconKit" + +DESCRIPTION="framework used to create icons using different elements" +HOMEPAGE="http://www.etoile-project.org" +SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="" + +DEPEND="media-libs/libpng" +RDEPEND="${DEPEND}" |