public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Giorgos Tsiapaliwkas" <terietor@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/c-portage:cmake_port commit in: src/Qt/
Date: Thu,  6 Oct 2011 11:23:19 +0000 (UTC)	[thread overview]
Message-ID: <15a4ccc6fb93a81f6d0806765b09a2d4d7abe188.terietor@gentoo> (raw)

commit:     15a4ccc6fb93a81f6d0806765b09a2d4d7abe188
Author:     Giorgos Tsiapaliwkas <terietor <AT> gmail <DOT> com>
AuthorDate: Thu Oct  6 01:23:01 2011 +0000
Commit:     Giorgos Tsiapaliwkas <terietor <AT> gmail <DOT> com>
CommitDate: Thu Oct  6 01:23:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/c-portage.git;a=commit;h=15a4ccc6

A Qt dir had been added and the class PortageSettings

---
 src/Qt/qportagesettings.cpp |   84 +++++++++++++++++++++++++++++++++++++++++++
 src/Qt/qportagesettings.h   |   42 +++++++++++++++++++++
 2 files changed, 126 insertions(+), 0 deletions(-)

diff --git a/src/Qt/qportagesettings.cpp b/src/Qt/qportagesettings.cpp
new file mode 100644
index 0000000..4fbccb0
--- /dev/null
+++ b/src/Qt/qportagesettings.cpp
@@ -0,0 +1,84 @@
+#include "qportagesettings.h"
+
+#include <QStringList>
+#include <QString>
+
+namespace CppPortage{
+
+PortageSettings::PortageSettings(QObject *parent)
+        :QObject(parent)
+{
+
+}
+
+
+PortageSettings::~PortageSettings()
+{
+
+}
+
+int PortageSettings::ResetUseFlags()
+{
+
+}
+int PortageSettings::Reset()
+{
+
+}
+int PortageSettings::ReloadConfig()
+{
+
+}
+int PortageSettings::ReloadWorld()
+{
+
+}
+QStringList PortageSettings::GetWorld()
+{
+
+}
+QStringList PortageSettings::GetArchList()
+{
+
+}
+QStringList PortageSettings::GetVirtuals()
+{
+
+}
+
+
+const QString PortageSettings::AcceptKeywords()
+{
+
+}
+const QStringList PortageSettings::SystemUseFlags()
+{
+
+}
+const QString PortageSettings::Arch()
+{
+
+}
+const QString PortageSettings::Portdir()
+{
+
+}
+const QString PortageSettings::PortdirOverlay()
+{
+
+}
+const QString PortageSettings::UserConfigDir()
+{
+
+}
+
+
+void PortageSettings::Free()
+{
+
+}
+
+}
+
+
+#include "qportagesettings.moc"
\ No newline at end of file

diff --git a/src/Qt/qportagesettings.h b/src/Qt/qportagesettings.h
new file mode 100644
index 0000000..4034dd1
--- /dev/null
+++ b/src/Qt/qportagesettings.h
@@ -0,0 +1,42 @@
+#ifndef QPORTAGESETTINGS_H
+#define QPORTAGESETTINGS_H
+
+
+#include <QObject>
+#include <portagesettings.h>
+
+
+namespace CppPortage {
+    
+    class QString;
+    class QStringList;
+
+class PortageSettings : public Q_OBJECT
+{
+    Q_OBJECT
+public:
+    PortageSettings(QObject *parent = 0);
+    virtual ~PortageSettings();
+
+
+int ResetUseFlags(PortageSettings*);
+int Reset(PortageSettings*);
+int ReloadConfig(PortageSettings*);
+int ReloadWorld(PortageSettings*);
+QStringList GetWorld(PortageSettings*);
+QStringList GetArchList(PortageSettings*);
+QStringList GetVirtuals(PortageSettings*);
+
+
+const QString AcceptKeywords(PortageSettings*);
+const QStringList SystemUseFlags(PortageSettings*);
+const QString Arch(PortageSettings*);
+const QString Portdir(PortageSettings*);
+const QString PortdirOverlay(PortageSettings*);
+const QString UserConfigDir(PortageSettings*);
+
+
+void portageSettingsFree(PortageSettings*);
+};
+}
+#endif
\ No newline at end of file



             reply	other threads:[~2011-10-06 11:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-06 11:23 Giorgos Tsiapaliwkas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-06 15:18 [gentoo-commits] proj/c-portage:cmake_port commit in: src/Qt/ Theofilos Intzoglou
2011-10-06 17:36 Theofilos Intzoglou
2011-10-08 23:43 Theofilos Intzoglou
2011-10-08 23:43 Theofilos Intzoglou
2011-10-11 13:58 Theofilos Intzoglou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15a4ccc6fb93a81f6d0806765b09a2d4d7abe188.terietor@gentoo \
    --to=terietor@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox