summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-02-10 21:46:12 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-02-10 21:46:12 +0000
commit7038c92b4c2ede0db02de2a8a53302f4bec90b48 (patch)
treec04750e536f9b885ae82e49108e47f7c3c01562e /gnustep-libs/iconkit
parentDrop old version (diff)
downloadgentoo-2-7038c92b4c2ede0db02de2a8a53302f4bec90b48.tar.gz
gentoo-2-7038c92b4c2ede0db02de2a8a53302f4bec90b48.tar.bz2
gentoo-2-7038c92b4c2ede0db02de2a8a53302f4bec90b48.zip
Drop old version
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-libs/iconkit')
-rw-r--r--gnustep-libs/iconkit/ChangeLog8
-rw-r--r--gnustep-libs/iconkit/iconkit-0.2.ebuild17
-rw-r--r--gnustep-libs/iconkit/iconkit-0.4.0.ebuild25
3 files changed, 6 insertions, 44 deletions
diff --git a/gnustep-libs/iconkit/ChangeLog b/gnustep-libs/iconkit/ChangeLog
index 24d3fd669c28..0546797b07ce 100644
--- a/gnustep-libs/iconkit/ChangeLog
+++ b/gnustep-libs/iconkit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-libs/iconkit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.11 2009/07/19 15:28:56 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.12 2010/02/10 21:46:12 voyageur Exp $
+
+ 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> -iconkit-0.2.ebuild,
+ -iconkit-0.4.0.ebuild:
+ Drop old version
19 Jul 2009; nixnut <nixnut@gentoo.org> iconkit-0.4.1.ebuild:
ppc stable #273704
diff --git a/gnustep-libs/iconkit/iconkit-0.2.ebuild b/gnustep-libs/iconkit/iconkit-0.2.ebuild
deleted file mode 100644
index 156b264b2936..000000000000
--- a/gnustep-libs/iconkit/iconkit-0.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.2.ebuild,v 1.4 2007/11/16 15:05:53 beandog 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"
-
-DEPEND="media-libs/libpng"
-RDEPEND="${DEPEND}"
diff --git a/gnustep-libs/iconkit/iconkit-0.4.0.ebuild b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
deleted file mode 100644
index cf07d7a1a2d7..000000000000
--- a/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 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.2 2009/03/05 14:50:07 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}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${WORKDIR}/Etoile-${PV}"
- sed -i -e "s/-Werror//" etoile.make || die "sed failed"
-}