aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tom111@gmx.de>2010-12-03 15:05:47 +0100
committerThomas Kahle <tom111@gmx.de>2010-12-03 15:05:47 +0100
commitb118ad4a2442c74631b30d919f8b4fa1b0be45c6 (patch)
tree25e2c93f99cd3fdcba63fc85e6f18e3dc1011805 /templates/revdep-snippet
parentUsing the print-function instead of the statement (diff)
downloadtatt-b118ad4a2442c74631b30d919f8b4fa1b0be45c6.tar.gz
tatt-b118ad4a2442c74631b30d919f8b4fa1b0be45c6.tar.bz2
tatt-b118ad4a2442c74631b30d919f8b4fa1b0be45c6.zip
adding the 'templates' package
Diffstat (limited to 'templates/revdep-snippet')
-rw-r--r--templates/revdep-snippet4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/revdep-snippet b/templates/revdep-snippet
new file mode 100644
index 0000000..7c46952
--- /dev/null
+++ b/templates/revdep-snippet
@@ -0,0 +1,4 @@
+if FEATURES="@@FEATURES@@" USE="@@USE@@" emerge -1v @@CPV@@; then
+echo "FEATURES='@@FEATURES@@' USE='@@USE@@' emerge -1v @@CPV@@" succeeded >> @@REPORTFILE@@;
+else echo "FEATURES='@@FEATURES@@' USE='@@USE@@' emerge -1v @@CPV@@" failed >> @@REPORTFILE@@;
+fi;