summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-06-17 10:17:47 +0000
committerPeter Volkov <pva@gentoo.org>2009-06-17 10:17:47 +0000
commit5f481ac6d028929e09ea87d13d993cc8cbf03fe1 (patch)
tree2b2df5c81c83fb8d1dbe49917aedaf061d1aa3f4 /dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild
parentVersion bump. Dropped old. (diff)
downloadgentoo-2-5f481ac6d028929e09ea87d13d993cc8cbf03fe1.tar.gz
gentoo-2-5f481ac6d028929e09ea87d13d993cc8cbf03fe1.tar.bz2
gentoo-2-5f481ac6d028929e09ea87d13d993cc8cbf03fe1.zip
Version bump. Dropped old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild')
-rw-r--r--dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild
deleted file mode 100644
index f8adcb650c99..000000000000
--- a/dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.13.0.ebuild,v 1.1 2008/11/28 15:33:14 pva Exp $
-
-DESCRIPTION="C++ binding to GuiLoader library"
-HOMEPAGE="http://crow-designer.sourceforge.net"
-SRC_URI="mirror://sourceforge/crow-designer/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND=">=dev-cpp/gtkmm-2.14.0
- >=dev-cpp/glibmm-2.18
- >=dev-libs/guiloader-2.13.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc doc/{authors.txt,news.en.txt,readme.en.txt}
-}