summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-02-24 14:39:02 +0100
committerKarel Kočí <cynerd@email.cz>2018-02-24 14:40:49 +0100
commit8f1fdc97d0c5457411b0676f92a873cfe3d1c70a (patch)
treeea53de5739fd0f665eff2e688811a7332b0ee760 /profiles
parentc29e48371f83e5640817233aadaf8f8c60716c37 (diff)
downloadgentoo-personal-overlay-8f1fdc97d0c5457411b0676f92a873cfe3d1c70a.tar.gz
gentoo-personal-overlay-8f1fdc97d0c5457411b0676f92a873cfe3d1c70a.tar.bz2
gentoo-personal-overlay-8f1fdc97d0c5457411b0676f92a873cfe3d1c70a.zip
Add some packages to profiles
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop/package.use4
-rw-r--r--profiles/desktop/packages4
-rw-r--r--profiles/devel/packages3
3 files changed, 10 insertions, 1 deletions
diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use
index a7b48d8..c8402f9 100644
--- a/profiles/desktop/package.use
+++ b/profiles/desktop/package.use
@@ -14,6 +14,10 @@ media-sound/pulseaudio alsa alsa-plugin bluetooth system-wide
# Neomutt
mail-client/neomutt gpgme doc
+# Alot
+app-crypt/gpgme python
+net-mail/notmuch python
+dev-libs/gmime smime
# urxvt
x11-terms/rxvt-unicode 256-color font-styles mousewheel perl secondary-wheel unicode3 xft
diff --git a/profiles/desktop/packages b/profiles/desktop/packages
index 2ae5c2e..fa3bd05 100644
--- a/profiles/desktop/packages
+++ b/profiles/desktop/packages
@@ -37,11 +37,13 @@ x11-misc/urxvt-perls
# Mail
mail-client/neomutt
mail-mta/msmtp
-app-misc/abook
net-misc/urlview
www-client/lynx
net-mail/offlineimap
dev-python/python-daemon
+# New mail?
+mail-client/alot
+net-mail/isync
# Web
www-client/firefox-bin
diff --git a/profiles/devel/packages b/profiles/devel/packages
index 33791e4..09d4254 100644
--- a/profiles/devel/packages
+++ b/profiles/devel/packages
@@ -9,6 +9,9 @@ dev-util/cppcheck
# Compilation database generation
dev-util/bear
+# C
+dev-libs/check
+
# Python
dev-python/pep8
dev-python/autopep8