diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 10:06:07 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 10:06:07 +0000 |
commit | 8ed3cab6b3f294b9a4880dff38e2e74562580bfd (patch) | |
tree | aafddf6d6fbbc54aaded1d1a41b466dec089d027 /x11-plugins/yawmppp | |
parent | Version bump. (diff) | |
download | gentoo-2-8ed3cab6b3f294b9a4880dff38e2e74562580bfd.tar.gz gentoo-2-8ed3cab6b3f294b9a4880dff38e2e74562580bfd.tar.bz2 gentoo-2-8ed3cab6b3f294b9a4880dff38e2e74562580bfd.zip |
Moved from x11-misc/yawmppp to x11-plugins/yawmppp.
Diffstat (limited to 'x11-plugins/yawmppp')
-rw-r--r-- | x11-plugins/yawmppp/ChangeLog | 21 | ||||
-rw-r--r-- | x11-plugins/yawmppp/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/yawmppp/files/digest-yawmppp-2.0.2 | 1 | ||||
-rw-r--r-- | x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | 41 |
4 files changed, 66 insertions, 0 deletions
diff --git a/x11-plugins/yawmppp/ChangeLog b/x11-plugins/yawmppp/ChangeLog new file mode 100644 index 000000000000..50b4610be198 --- /dev/null +++ b/x11-plugins/yawmppp/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for x11-misc/yawmppp +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/ChangeLog,v 1.1 2005/07/04 10:06:07 s4t4n Exp $ + + 04 Jul 2005; <s4t4n@gentoo.org> +yawmppp-2.0.2.ebuild: + Moved from x11-misc/yawmppp to x11-plugins/yawmppp. + + 19 Jun 2004; <pyrania@gentoo.org> yawmppp-2.0.2.ebuild: + Added ISUE, removed default . + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*yawmppp-2.0.2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/yawmppp/Manifest b/x11-plugins/yawmppp/Manifest new file mode 100644 index 000000000000..4458732d3298 --- /dev/null +++ b/x11-plugins/yawmppp/Manifest @@ -0,0 +1,3 @@ +MD5 2794262b1c1565613712acb275fa759e yawmppp-2.0.2.ebuild 974 +MD5 55d3a847b71bf2d218e59e1a66ad0ee5 ChangeLog 840 +MD5 5adde7571413fb3efb7ddde02602af74 files/digest-yawmppp-2.0.2 65 diff --git a/x11-plugins/yawmppp/files/digest-yawmppp-2.0.2 b/x11-plugins/yawmppp/files/digest-yawmppp-2.0.2 new file mode 100644 index 000000000000..e2e4c3adf060 --- /dev/null +++ b/x11-plugins/yawmppp/files/digest-yawmppp-2.0.2 @@ -0,0 +1 @@ +MD5 a0b7f08b977defc7699946c1a2658f61 yawmppp-2.0.2.tar.gz 102683 diff --git a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild new file mode 100644 index 000000000000..847990206d9d --- /dev/null +++ b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild,v 1.1 2005/07/04 10:06:07 s4t4n Exp $ + +DESCRIPTION="Yet Another PPP Window Maker dock applet" +SRC_URI="ftp://ftp.seul.org/pub/yawmppp/${P}.tar.gz" +HOMEPAGE="http://yawmppp.seul.org/" +DEPEND=">=net-dialup/ppp-2.3.11 =x11-libs/gtk+-1.2*" +#RDEPEND="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" +IUSE="" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die +} + +src_install () { + dodoc README COPYING CHANGELOG INSTALL FAQ + + cd src + + insinto /usr/share/icons/ + doins stepphone.xpm gtksetup/pppdoc.xpm + + doman yawmppp.1x + + dobin dockapp/yawmppp + exeinto /etc/ppp + doexe dockapp/yagetmodemspeed + + dobin thinppp/yawmppp.thin + dobin gtklog/yawmppp.log + dobin gtksetup/yawmppp.pref +} |