diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-02-17 09:10:09 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-02-17 09:10:09 +0000 |
commit | d61f2e4f033a4f97c60710898595cf822b886469 (patch) | |
tree | 9d1e1bb997c8fcca80ec0190c23642e065b2bb91 /app-portage | |
parent | New release, bug 80940 (diff) | |
download | gentoo-2-d61f2e4f033a4f97c60710898595cf822b886469.tar.gz gentoo-2-d61f2e4f033a4f97c60710898595cf822b886469.tar.bz2 gentoo-2-d61f2e4f033a4f97c60710898595cf822b886469.zip |
version 0.17
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/profuse/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/profuse/Manifest | 2 | ||||
-rw-r--r-- | app-portage/profuse/files/digest-profuse-0.17 | 1 | ||||
-rw-r--r-- | app-portage/profuse/profuse-0.17.ebuild | 26 |
4 files changed, 35 insertions, 1 deletions
diff --git a/app-portage/profuse/ChangeLog b/app-portage/profuse/ChangeLog index ae0382f038ab..112787533fca 100644 --- a/app-portage/profuse/ChangeLog +++ b/app-portage/profuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/profuse # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.9 2005/02/15 16:40:24 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.10 2005/02/17 09:10:09 dams Exp $ + +*profuse-0.17 (17 Feb 2005) + + 17 Feb 2005; <dams@gentoo.org> +profuse-0.17.ebuild: + version 0.17 *profuse-0.16 (15 Feb 2005) diff --git a/app-portage/profuse/Manifest b/app-portage/profuse/Manifest index 70f9105895e9..a84efde9e9be 100644 --- a/app-portage/profuse/Manifest +++ b/app-portage/profuse/Manifest @@ -7,6 +7,7 @@ MD5 c306ab9e4985e861dec746f41ec60fe7 profuse-0.13.ebuild 668 MD5 7c6a239b8969cdf40b6dc8eef60dea1a profuse-0.14.ebuild 672 MD5 90118e249805091a4a756c82ada8160c profuse-0.15.ebuild 662 MD5 66c8dff7e0a1a6e7575f147641989adb profuse-0.16.ebuild 662 +MD5 66c8dff7e0a1a6e7575f147641989adb profuse-0.17.ebuild 662 MD5 6ea98f01c28703bf36ccf141519518d2 files/digest-profuse-0.1 62 MD5 6382a08f07553fe4ffe9297e2ab85632 files/digest-profuse-0.11 64 MD5 56089f6fb4c0ff287512cbf3f56031e2 files/digest-profuse-0.12 64 @@ -14,3 +15,4 @@ MD5 bb1ffb2c4ae5ff6af32413d29d3c51ac files/digest-profuse-0.13 64 MD5 c5a384f749e8478f28b3078344bfde6a files/digest-profuse-0.14 64 MD5 479be6dce9c569cde252e065186494a6 files/digest-profuse-0.15 64 MD5 596e10047982c578228e9df292c61edd files/digest-profuse-0.16 64 +MD5 4c01bb73cb8930272d5fa2f85b4020a7 files/digest-profuse-0.17 64 diff --git a/app-portage/profuse/files/digest-profuse-0.17 b/app-portage/profuse/files/digest-profuse-0.17 new file mode 100644 index 000000000000..8b673f6fdd17 --- /dev/null +++ b/app-portage/profuse/files/digest-profuse-0.17 @@ -0,0 +1 @@ +MD5 f04871c300c62009ed09a9c47c82f83d profuse-0.17.tar.bz2 18599 diff --git a/app-portage/profuse/profuse-0.17.ebuild b/app-portage/profuse/profuse-0.17.ebuild new file mode 100644 index 000000000000..72f93fd67533 --- /dev/null +++ b/app-portage/profuse/profuse-0.17.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.17.ebuild,v 1.1 2005/02/17 09:10:09 dams Exp $ + +IUSE="" + +MY_P=${PN}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="use flags and profile gtk2 editor, with good features" +HOMEPAGE="http://libconf.net/profuse/" +SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" + +DEPEND=">=dev-perl/gtk2-fu-0.05 +>=dev-util/libconf-0.39.9" + +src_compile() { + emake || die "make failed" +} + +src_install() { + einstall PREFIX=${D}/usr +} |