diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/dhcpcd-ui | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/dhcpcd-ui')
-rw-r--r-- | net-misc/dhcpcd-ui/Manifest | 2 | ||||
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild | 57 | ||||
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild | 57 | ||||
-rw-r--r-- | net-misc/dhcpcd-ui/metadata.xml | 14 |
4 files changed, 130 insertions, 0 deletions
diff --git a/net-misc/dhcpcd-ui/Manifest b/net-misc/dhcpcd-ui/Manifest new file mode 100644 index 000000000000..9ceebb74f0b7 --- /dev/null +++ b/net-misc/dhcpcd-ui/Manifest @@ -0,0 +1,2 @@ +DIST dhcpcd-ui-0.7.4.tar.bz2 170928 SHA256 19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883 SHA512 d271fb4f2df8afc790c5917e46629714ef9f1c5c3e40edb64e70629d773dc4660662ab960b933a8e50bcc653a6187a6aac9001ce24f0b76d3d23d5af8f492f15 WHIRLPOOL 2bee2a474313beda1d716d3c498e4b6041e688a94397a9a8adae1fb52b748e2ea4639cb59df009cfd363aad1f6fc3f23ed8d0c8d763eafca11b892e85474df30 +DIST dhcpcd-ui-0.7.5.tar.bz2 209112 SHA256 2dae2108605867aba78d98cc9e56e22d7b751eedc3f7e6d689d42d08e706aaf3 SHA512 78dba758f7cee825a1618c33b1fff9549c4e51e19fd5eebd1ae5d6a4686726ec8ad86dc1ec5384238b43589dd700979c694f48bc94e2844f1ef898292660a5d2 WHIRLPOOL bf76d3973f7e5ff03207c1a9fa7f4ec0992c54abc3696bd4fb69630cb992aba46c86aec8f9c973772eba10af6346dfd35a71c3f1043305e033302c60fbbdb840 diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild new file mode 100644 index 000000000000..d5d96a44ddaf --- /dev/null +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils systemd + +DESCRIPTION="Desktop notification and configuration for dhcpcd" +HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/" +SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug gtk gtk3 qt4 libnotify" +REQUIRED_USE="?? ( gtk gtk3 qt4 ) + gtk3? ( !gtk ) gtk? ( !gtk3 )" + +DEPEND="${DEPEND} + virtual/libintl + libnotify? ( + gtk? ( x11-libs/libnotify ) + gtk3? ( x11-libs/libnotify ) + qt4? ( kde-base/kdelibs ) + ) + gtk? ( x11-libs/gtk+:2 ) + gtk3? ( x11-libs/gtk+:3 ) + qt4? ( dev-qt/qtgui:4 )" + +RDEPEND=">=net-misc/dhcpcd-6.4.4" + +src_prepare() +{ + epatch_user +} + +src_configure() +{ + local myeconfargs=( + $(use_enable debug) + $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '') + $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '') + $(usex qt4 '--with-qt --with-icons' '--without-qt') + $(use_enable libnotify notification) + $(use gtk || use gtk3 || echo '--without-gtk') + $(use gtk || use gtk3 || use qt4 || echo '--without-icons') + ) + econf "${myeconfargs[@]}" +} + +src_install() +{ + emake DESTDIR="${D}" INSTALL_ROOT="${D}" install + + systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service +} diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild new file mode 100644 index 000000000000..090d530c41bb --- /dev/null +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils systemd + +DESCRIPTION="Desktop notification and configuration for dhcpcd" +HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/" +SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug gtk gtk3 qt4 libnotify" + +REQUIRED_USE=" + ?? ( gtk gtk3 qt4 ) + gtk3? ( !gtk ) + gtk? ( !gtk3 )" + +DEPEND="${DEPEND} + virtual/libintl + libnotify? ( + gtk? ( x11-libs/libnotify ) + gtk3? ( x11-libs/libnotify ) + qt4? ( kde-base/kdelibs ) + ) + gtk? ( x11-libs/gtk+:2 ) + gtk3? ( x11-libs/gtk+:3 ) + qt4? ( dev-qt/qtgui:4 )" + +RDEPEND=">=net-misc/dhcpcd-6.4.4" + +src_prepare() { + epatch_user +} + +src_configure() { + local myeconfargs=( + $(use_enable debug) + $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '') + $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '') + $(usex qt4 '--with-qt --with-icons' '--without-qt') + $(use_enable libnotify notification) + $(use gtk || use gtk3 || echo '--without-gtk') + $(use gtk || use gtk3 || use qt4 || echo '--without-icons') + ) + econf "${myeconfargs[@]}" +} + +src_install() { + emake DESTDIR="${D}" INSTALL_ROOT="${D}" install + + systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service +} diff --git a/net-misc/dhcpcd-ui/metadata.xml b/net-misc/dhcpcd-ui/metadata.xml new file mode 100644 index 000000000000..8605a1493a92 --- /dev/null +++ b/net-misc/dhcpcd-ui/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>tokiclover@gmail.com</email> + <description>Maintainer. Assign bugs to him</description> + </maintainer> +<use> + <flag name="gtk3"> + Add support for <pkg>x11-libs/gtk+</pkg> (The GIMP Toolkit) + </flag> +</use> +</pkgmetadata> |