summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2014-04-02 20:37:01 +0000
committerRick Farina <zerochaos@gentoo.org>2014-04-02 20:37:01 +0000
commitd949ff197918e626f8210b314e58d01f5e6ee9d8 (patch)
tree655acdab186777ca035ef5cd7c8ea1c9d7b883a5 /net-wireless/airpwn
parentMake virtual/udev also a DEPEND to fix race with emerge order wrt #503174 by ... (diff)
downloadgentoo-2-d949ff197918e626f8210b314e58d01f5e6ee9d8.tar.gz
gentoo-2-d949ff197918e626f8210b314e58d01f5e6ee9d8.tar.bz2
gentoo-2-d949ff197918e626f8210b314e58d01f5e6ee9d8.zip
install example conf files and content required to use them
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless/airpwn')
-rw-r--r--net-wireless/airpwn/ChangeLog10
-rw-r--r--net-wireless/airpwn/airpwn-1.4-r2.ebuild (renamed from net-wireless/airpwn/airpwn-1.4-r1.ebuild)12
2 files changed, 15 insertions, 7 deletions
diff --git a/net-wireless/airpwn/ChangeLog b/net-wireless/airpwn/ChangeLog
index bed9d1532f4c..e92dbdb59981 100644
--- a/net-wireless/airpwn/ChangeLog
+++ b/net-wireless/airpwn/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-wireless/airpwn
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/airpwn/ChangeLog,v 1.2 2013/05/02 06:29:36 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/airpwn/ChangeLog,v 1.3 2014/04/02 20:37:01 zerochaos Exp $
+
+*airpwn-1.4-r2 (02 Apr 2014)
+
+ 02 Apr 2014; Rick Farina <zerochaos@gentoo.org> +airpwn-1.4-r2.ebuild,
+ -airpwn-1.4-r1.ebuild:
+ install example conf files and content required to use them
02 May 2013; Rick Farina <zerochaos@gentoo.org> airpwn-1.4-r1.ebuild:
fixed as-needed linking issue and horribly incorrect deps
diff --git a/net-wireless/airpwn/airpwn-1.4-r1.ebuild b/net-wireless/airpwn/airpwn-1.4-r2.ebuild
index 632a2874fcc6..81bcbe3d0d8e 100644
--- a/net-wireless/airpwn/airpwn-1.4-r1.ebuild
+++ b/net-wireless/airpwn/airpwn-1.4-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/airpwn/airpwn-1.4-r1.ebuild,v 1.2 2013/05/02 06:29:36 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/airpwn/airpwn-1.4-r2.ebuild,v 1.1 2014/04/02 20:37:01 zerochaos Exp $
EAPI="5"
@@ -39,8 +39,10 @@ src_install() {
DESTDIR="${D}" emake install
dodoc README
if use examples; then
- docinto sample-configs
- rm -rf conf/CVS
- dodoc conf/*
+ insinto /usr/share/${PN}
+ rm -rf conf/CVS content/CVS
+ sed -i "s#content/#/usr/share/${PN}/content/#" conf/*
+ doins -r conf/
+ doins -r content/
fi
}