diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-plugins/wmbio |
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r-- | x11-plugins/wmbio/Manifest | 5 | ||||
-rw-r--r-- | x11-plugins/wmbio/metadata.xml | 18 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.02.ebuild | 39 |
3 files changed, 62 insertions, 0 deletions
diff --git a/x11-plugins/wmbio/Manifest b/x11-plugins/wmbio/Manifest new file mode 100644 index 000000000000..da5912774b36 --- /dev/null +++ b/x11-plugins/wmbio/Manifest @@ -0,0 +1,5 @@ +DIST wmbio-1.02.tar.gz 21799 SHA256 165483b121f2af7ce2f09a62f0f9fbe02118960c281fe5f4eacad62de39a0dbf SHA512 bebe8de364f782c38164fdd3910c3f63ff8313fa46fce1215218a4d14b9be0c793ee1d234fdb694798c1ab49b17eca90957d22c076920bf50ecf24b563a07d5b WHIRLPOOL 9f2260817f93359e5982b91b740c1b3d2ee8b79480967c761b204676ecbe149029d70e2ca9a08dc3ac0b3b1946db61153f7ff55ae3d15fb1797fb60069747bda +EBUILD wmbio-1.02.ebuild 796 SHA256 de14f5a56554ada313b704edcc34f7870f145d74cce97b93b10754ad6893eac8 SHA512 2d55b1f1df46f1adf4b3a38cffc5f947d78b0d54fb4687bd4d97b3c5017b191ca7a35bb57c4cef556ce26cc60ec1ff4f90d9492cc9dffd9b4d141899870c5811 WHIRLPOOL 46e67cd2b737cc5470fdbf2e47e6f638b36d94c016c9964bbca0ecd901e8eeb7cc91cab533aecaac4f3c6c1c4e6c7e3744390ffd92da8e62d3e9ff029eef3910 +MISC ChangeLog 3426 SHA256 9ce9d200c3d8f86fa7854c9ef1a6ba9a4b507e409e97074a63bf99363cabe765 SHA512 3ff87769e2634feaa40baa25dc698816119c678b233d34a7c409bdb18f4ef31e79a7d69393c71959927110fa13152429248421316bff66a21c90b60d1fd9e389 WHIRLPOOL 679ad991c43791438840d65261b95f7a0281f7f617eb7a76e83f8f8d1ad7167e9e96f4e12a230429c06ebd691b0680ded09feb949fa1cd798177bdd58b1404c8 +MISC ChangeLog-2015 1902 SHA256 c05bc0439d92e73aa509831718f231eb0d396f28a688178e9451ec8be1a9c259 SHA512 4ecb81e786ccaaf0c27e62dd5cc096377a9587b384974b2933531e2be7d01e3d4afc84dadd861b2271789fb6e7e76fd57889ad3ac5328b3d7bcf67a23342a807 WHIRLPOOL 8a940773ee00d490bea8a9ca2ed4a161e969bab0a33ae2159ea596cf7a4fe736f6b41dbacd7411247614294ffccf78300ef3a89b748bc78e1ecb690d9c5db8da +MISC metadata.xml 603 SHA256 ddc48dc29d8a1257908e7eb479dec50a31c2701e4e0aee072cb0ac9287e0784b SHA512 fd27767ae3ef58f3eae5cb89cb62257989d5d574b2cdda8b2acdf25fb35091c1903037121cb127189f7c35343d588c4ea99741f292097854a6aebdda01ed3e3b WHIRLPOOL 1ccabae0b4f8228bba3aedc2adef1613305c6d7464a87bbdcdf39d5419ec29f1502dc5306dcc015898f1411d94613693460a495e0ca11aa53f815da3de387511 diff --git a/x11-plugins/wmbio/metadata.xml b/x11-plugins/wmbio/metadata.xml new file mode 100644 index 000000000000..40e7d93dfb9a --- /dev/null +++ b/x11-plugins/wmbio/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription> +Wmbio is a dockapp designed for WindowMaker. +Given your birth date, it can show you your +biorhythms, allows you to see the progress in time +of your biorhythms, and calculates your next totally +positive or negative biorhythmic level. + </longdescription> + <upstream> + <remote-id type="sourceforge">wmbio</remote-id> + </upstream> +</pkgmetadata> diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild new file mode 100644 index 000000000000..d88c092cbef8 --- /dev/null +++ b/x11-plugins/wmbio/wmbio-1.02.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=2 +inherit eutils + +DESCRIPTION="A Window Maker applet that shows your biorhythm" +SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz" +HOMEPAGE="http://wmbio.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc ppc64 sparc x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xextproto" + +S=${WORKDIR}/${P}/src + +src_prepare() { + # Honour Gentoo CFLAGS + sed -i "s/-g -O2/\$(CFLAGS)/" Makefile + + # Honour Gentoo LDFLAGS + sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile +} + +src_compile() { + emake || die "emake failed" +} + +src_install () { + dobin wmbio || die "dobin failed" + dodoc ../{AUTHORS,Changelog,NEWS,README} || die +} |