diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-01-25 15:39:03 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-01-25 15:39:03 +0000 |
commit | 307b8c3a4d955343067f0f86d3a6c23fe293b08f (patch) | |
tree | 8de8b6f3a04948014de53829ef2e99c07170d085 /app-editors/leafpad | |
parent | Fix use of need-kde. (diff) | |
download | historical-307b8c3a4d955343067f0f86d3a6c23fe293b08f.tar.gz historical-307b8c3a4d955343067f0f86d3a6c23fe293b08f.tar.bz2 historical-307b8c3a4d955343067f0f86d3a6c23fe293b08f.zip |
initial import
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-editors/leafpad')
-rw-r--r-- | app-editors/leafpad/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/leafpad/Manifest | 4 | ||||
-rw-r--r-- | app-editors/leafpad/files/digest-leafpad-0.7.9 | 2 | ||||
-rw-r--r-- | app-editors/leafpad/leafpad-0.7.9.ebuild | 32 | ||||
-rw-r--r-- | app-editors/leafpad/metadata.xml | 8 |
5 files changed, 56 insertions, 0 deletions
diff --git a/app-editors/leafpad/ChangeLog b/app-editors/leafpad/ChangeLog new file mode 100644 index 000000000000..341adf4fbbad --- /dev/null +++ b/app-editors/leafpad/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-editors/leafpad +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.1 2005/01/25 15:39:03 taviso Exp $ + +*leafpad-0.7.9 (25 Jan 2005) + + 25 Jan 2005; Tavis Ormandy <taviso@gentoo.org> +metadata.xml, + +leafpad-0.7.9.ebuild: + initial import #69515 + diff --git a/app-editors/leafpad/Manifest b/app-editors/leafpad/Manifest new file mode 100644 index 000000000000..aab8016e84cb --- /dev/null +++ b/app-editors/leafpad/Manifest @@ -0,0 +1,4 @@ +MD5 9e6aacf1d56b06c0d9aa2326a9f731d4 leafpad-0.7.9.ebuild 731 +MD5 af5c5334fe6511a9f09a8037e0f80de0 ChangeLog 355 +MD5 8fc22f08ecb2e292e60ce7553c58d0c2 metadata.xml 222 +MD5 1797f2db92965c3b3379dcf9a1fa674c files/digest-leafpad-0.7.9 143 diff --git a/app-editors/leafpad/files/digest-leafpad-0.7.9 b/app-editors/leafpad/files/digest-leafpad-0.7.9 new file mode 100644 index 000000000000..dfde375a463f --- /dev/null +++ b/app-editors/leafpad/files/digest-leafpad-0.7.9 @@ -0,0 +1,2 @@ +MD5 01d851421f554cce3867e39bb258c414 leafpad-0.7.9.tar.gz 192633 +MD5 71a2ff219aad39e9ad79d8e1271bf2a5 leafpad-0.7.9-file_chooser.patch.gz 1535 diff --git a/app-editors/leafpad/leafpad-0.7.9.ebuild b/app-editors/leafpad/leafpad-0.7.9.ebuild new file mode 100644 index 000000000000..80e56d8ce873 --- /dev/null +++ b/app-editors/leafpad/leafpad-0.7.9.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.7.9.ebuild,v 1.1 2005/01/25 15:39:03 taviso Exp $ + +inherit eutils + +DESCRIPTION="Simple gtk+ text editor" +HOMEPAGE="http://tarot.freeshell.org/leafpad/" +SRC_URI="http://savannah.nongnu.org/download/leafpad/${P}.tar.gz + mirror://gentoo/${P}-file_chooser.patch.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="nls" + +DEPEND=">=x11-libs/gtk+-2.4" + +src_unpack() { + unpack ${A} + epatch ${WORKDIR}/${P}-file_chooser.patch +} + +src_compile() { + econf --disable-rpath `use_enable nls` + emake +} + +src_install() { + einstall + dodoc AUTHORS ChangeLog COPYING NEWS README +} diff --git a/app-editors/leafpad/metadata.xml b/app-editors/leafpad/metadata.xml new file mode 100644 index 000000000000..99ed8a0c9430 --- /dev/null +++ b/app-editors/leafpad/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>taviso@gentoo.org</email> +</maintainer> +</pkgmetadata> |