diff options
author | 2003-09-08 13:02:04 +0000 | |
---|---|---|
committer | 2003-09-08 13:02:04 +0000 | |
commit | 80881f9f0abfb616e6b1ad574f603abc295d0e52 (patch) | |
tree | 4a9bc8d569899529e0ed2dd53bc28ee41f7a2868 /app-text | |
parent | move gtksourceview (diff) | |
download | gentoo-2-80881f9f0abfb616e6b1ad574f603abc295d0e52.tar.gz gentoo-2-80881f9f0abfb616e6b1ad574f603abc295d0e52.tar.bz2 gentoo-2-80881f9f0abfb616e6b1ad574f603abc295d0e52.zip |
gtksourceview moved to x11-libs
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtksourceview/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/gtksourceview/Manifest | 3 | ||||
-rw-r--r-- | app-text/gtksourceview/files/digest-gtksourceview-0.2.1 | 1 | ||||
-rw-r--r-- | app-text/gtksourceview/gtksourceview-0.2.1.ebuild | 35 |
4 files changed, 0 insertions, 48 deletions
diff --git a/app-text/gtksourceview/ChangeLog b/app-text/gtksourceview/ChangeLog deleted file mode 100644 index 8ceff51e365f..000000000000 --- a/app-text/gtksourceview/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for app-text/gtksourceview -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtksourceview/ChangeLog,v 1.1 2003/06/07 04:28:17 bcowan Exp $ - -*gtksourceview-0.2.1 (07 Jun 2003) - - 07 Jun 2003; Brad Cowan <bcowan@gentoo.org> gtksourceview-0.2.1.ebuild: - Initial import. - diff --git a/app-text/gtksourceview/Manifest b/app-text/gtksourceview/Manifest deleted file mode 100644 index dea57df4e7d7..000000000000 --- a/app-text/gtksourceview/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cdb5508064159c16e15a4424221cee0e ChangeLog 355 -MD5 0fbee6deea1142b1fa9f926f50bf9398 gtksourceview-0.2.1.ebuild 821 -MD5 faee15d0fe7c4943aeff8c038a8d1ca4 files/digest-gtksourceview-0.2.1 72 diff --git a/app-text/gtksourceview/files/digest-gtksourceview-0.2.1 b/app-text/gtksourceview/files/digest-gtksourceview-0.2.1 deleted file mode 100644 index 70a83eb29628..000000000000 --- a/app-text/gtksourceview/files/digest-gtksourceview-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f6861adfefea4b834ece74b9595f20a1 gtksourceview-0.2.1.tar.bz2 357700 diff --git a/app-text/gtksourceview/gtksourceview-0.2.1.ebuild b/app-text/gtksourceview/gtksourceview-0.2.1.ebuild deleted file mode 100644 index 67538c4653a7..000000000000 --- a/app-text/gtksourceview/gtksourceview-0.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtksourceview/gtksourceview-0.2.1.ebuild,v 1.3 2003/09/05 22:37:21 msterret Exp $ - -IUSE="nls" - -S=${WORKDIR}/${P} - -DESCRIPTION="Text widget that improves GtkTextView by adding syntax highlighting" -HOMEPAGE="http://www.gnome.org" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/0.2/${P}.tar.bz2" - - -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -SLOT="0" - -DEPEND=">=x11-libs/gtk+-2.2* - >=dev-libs/libxml2-2.5* - >=gnome-base/gnome-vfs-2.2*" - -src_compile() { - local myconf="" - - use nls || myconf="${myconf} --disable-nls" - - econf ${myconf} - emake -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog HACKING INSTALL MAINTAINERS NEWS README TODO -} |