diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-16 06:40:39 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-16 06:40:39 +0000 |
commit | c254b63e170b0a057518f04f879def4953cebe92 (patch) | |
tree | f931ed05a734616d0c4d6edf8e920b10c30d71bf /app-editors | |
parent | x86 stable for bug #106463. (diff) | |
download | historical-c254b63e170b0a057518f04f879def4953cebe92.tar.gz historical-c254b63e170b0a057518f04f879def4953cebe92.tar.bz2 historical-c254b63e170b0a057518f04f879def4953cebe92.zip |
Version bump from upstream, resolves bug #109677
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gphpedit/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/gphpedit/Manifest | 4 | ||||
-rw-r--r-- | app-editors/gphpedit/files/digest-gphpedit-0.9.80 | 1 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.80.ebuild | 25 |
4 files changed, 36 insertions, 2 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog index 3eae2194eb17..082fc7fb31de 100644 --- a/app-editors/gphpedit/ChangeLog +++ b/app-editors/gphpedit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/gphpedit # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.10 2006/01/12 22:37:46 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.11 2006/01/16 06:40:39 compnerd Exp $ + +*gphpedit-0.9.80 (16 Jan 2006) + + 16 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> + +gphpedit-0.9.80.ebuild: + Version bump from upstream resolves bug #107677 12 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> gphpedit-0.9.6.ebuild, gphpedit-0.9.50.ebuild: diff --git a/app-editors/gphpedit/Manifest b/app-editors/gphpedit/Manifest index aade36a6a075..0b1e06f5ea87 100644 --- a/app-editors/gphpedit/Manifest +++ b/app-editors/gphpedit/Manifest @@ -1,8 +1,10 @@ -MD5 7bc8136ae95620bc390835266941a99f ChangeLog 1275 +MD5 a5feceb8f4ccf81f34d22c38fe66691b ChangeLog 1441 MD5 fd6d197b7562ef3b534e1db2f822744e files/digest-gphpedit-0.4.3 66 MD5 3b9ce5b0bf71a09118fb67c7669cf8b9 files/digest-gphpedit-0.9.50 67 MD5 f44408eb5e7c8472ca40c70423599872 files/digest-gphpedit-0.9.6 66 +MD5 60a86b99b20aa6909249c6accdf4be08 files/digest-gphpedit-0.9.80 68 MD5 6adf5e143ef5f7143eca2c3babdc8e10 gphpedit-0.4.3.ebuild 650 MD5 3f553c59e899ba75e552fa1538f4159f gphpedit-0.9.50.ebuild 678 MD5 bca26607d346b26b2375750e8b7fde8e gphpedit-0.9.6.ebuild 680 +MD5 1c731f8c8c949c2c3a7c0ef595cf54ed gphpedit-0.9.80.ebuild 682 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 diff --git a/app-editors/gphpedit/files/digest-gphpedit-0.9.80 b/app-editors/gphpedit/files/digest-gphpedit-0.9.80 new file mode 100644 index 000000000000..d206fc4f3f10 --- /dev/null +++ b/app-editors/gphpedit/files/digest-gphpedit-0.9.80 @@ -0,0 +1 @@ +MD5 f05e6354ea64c73dd7bfe020ae15ac71 gphpedit-0.9.80.tar.gz 2369130 diff --git a/app-editors/gphpedit/gphpedit-0.9.80.ebuild b/app-editors/gphpedit/gphpedit-0.9.80.ebuild new file mode 100644 index 000000000000..43da8303e593 --- /dev/null +++ b/app-editors/gphpedit/gphpedit-0.9.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.80.ebuild,v 1.1 2006/01/16 06:40:39 compnerd Exp $ + +inherit gnome2 + +DESCRIPTION="A Gnome2 PHP/HTML source editor" +HOMEPAGE="http://www.gphpedit.org/" +SRC_URI="http://www.gphpedit.org/download/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.0 + >=dev-libs/glib-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/gnome-vfs-2.0 + =gnome-extra/gtkhtml-2* + sys-devel/gettext" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog README TODO" |